guillaume
guillaume
WWindmill
Created by DevOpsDan on 2/6/2024 in #help
GoClient - weird behavior of SetResource()
Sure, sorry about that, I'll take a look shortly and comment on the issue directly
4 replies
WWindmill
Created by loulz0r on 1/19/2024 in #help
missing input in flow
Will fix
40 replies
WWindmill
Created by loulz0r on 1/19/2024 in #help
missing input in flow
with the extension
40 replies
WWindmill
Created by loulz0r on 1/19/2024 in #help
missing input in flow
path should be f/folder/script.go
40 replies
WWindmill
Created by loulz0r on 1/19/2024 in #help
missing input in flow
Ruben is correct, it's wmill script generate-metadata <path_to_the_file>
40 replies
WWindmill
Created by loulz0r on 1/19/2024 in #help
missing input in flow
oh wait no i'm wrong sorry
40 replies
WWindmill
Created by loulz0r on 1/19/2024 in #help
missing input in flow
It's wmill script generate-metadata <path> <language>. language being go in this case I believe
40 replies
WWindmill
Created by My_Name_Is_Shef on 1/17/2024 in #help
How to use wmill app push?
This was broken indeed, thanks for reporting and sorry for the trouble. I submitted a fix, you can upgrade your CLI once it's released. In the meantime the wmill sync push command works fine, even for the apps, with the difference and it will push the entire workspace
14 replies
WWindmill
Created by reeves on 1/9/2024 in #help
Postgres TLS Connection is invalid
Yes yes you can set SSL = require and not upload any cert, that will work but no cert validation will be done
24 replies
WWindmill
Created by reeves on 1/9/2024 in #help
Postgres TLS Connection is invalid
And no AFAICT there's no GH issue, feel free to open one
24 replies
WWindmill
Created by reeves on 1/9/2024 in #help
Postgres TLS Connection is invalid
Sorry I took an initial look and I faced a similar issue. I wasn't able to find a good solution for it just yet, but I'll try to take some time today
24 replies
WWindmill
Created by reeves on 1/9/2024 in #help
Postgres TLS Connection is invalid
Will take a look and try to repro. Thanks for the detailed steps @reeves
24 replies
WWindmill
Created by Julio on 1/4/2024 in #general
Hey folks! Airplane widow here, is there
What do you mean by table? Something like CSV? You can always reformat the data in the script into a string containing the CSV If your result looks something like:
{
"windmill_content_type": "text/csv",
"result": "Hello;World"
}
{
"windmill_content_type": "text/csv",
"result": "Hello;World"
}
the response will have Content-Type: text/csv as a header
1 replies
WWindmill
Created by Alper on 12/19/2023 in #general
I want to import a python dependency
@Alper the fix merged yesterday, if you pull latest you should be able to use python package from git repo
24 replies
WWindmill
Created by Alper on 12/19/2023 in #general
I want to import a python dependency
I'm looking into it, I think it's a bit more tricky than doing a replace_all, but I'll have something for you soon
24 replies
WWindmill
Created by Alper on 12/19/2023 in #general
I want to import a python dependency
I can take a look in a bit
24 replies