Ruben Fiszel
Ruben Fiszel
If you disable NSJAIL, the full command that is run is here: https://github.com/windmill-labs/windmill/blob/main/backend/src/worker.rs#L830 `deno run --unstable -v8-flags=--max-heap-size=2048 main.ts` where the command is run from a folder specific to this worker...
Good catch, in latest commit I have made the paths as env variable configurable at: ``` DENO_PATH PYTHON_PATH NSJAIL_PATH ``` Would that work for packaging ? Using which at runtime...
Not merging until @fatonramadani can do some progress on his side on the frontend implementation
Only workspace admins can delete resource types because they have no owners. The only way to make this possible would be to: - add a created by field to resource...
I have the same issue
I am facing the same issue for response. text/plain does not seems to be supported
After much thoughts, large file support should be done through an external s3 storage but not embedded. The process would be: download the file, transform it, then export it to...
I think it's missing FlowViewer and FlowStatusViewer required changes
:robot: Release is at https://github.com/windmill-labs/windmill/releases/tag/v1.36.0 :sunflower:
Nice find, those expressions are making the server crash, will solve. But `0 */0 * * *` is invalid I think. It is saying to do it on minute 0...