Shayon

Results 47 comments of Shayon

I think I figured out the issue. You are clearning the env variables at https://github.com/windmill-labs/windmill/blob/1275f5f7fb65e32a17d7d397d43d0b49ecd5cd0e/backend/src/worker.rs#L832 which means `PATH` gets erased as well. Maybe a better idea is to use something...

Have you found something? I am trying to figure this out and its so confusing. Following the link above what I got was one directional mount only - changes in...

Apparently this is a feature? I am not sure if #275 PR does what we are talking about.

@darkowlzz My requirement is this - The VM can both read and write to a persistent directory in the host - which the host can also read and write to...

That works but then I all my previous progress is lost.

hey @jfaldanam thanks for your work, any updates on this?

Seems like uploading in the web UI is done via this undocumented API - https://github.community/t/adding-files-to-a-repository-and-attaching-them-to-an-issue/188305/2

Hey @zesterer, thanks for your work! I want to package this for nixpkgs and it would be easier if there is a license for the project.

Thanks for the clarifications. All the best to this project!

I am trying to get this program packaged for NixOS but seems like my passwords just don't work with the produced binary? I am getting errors like the following ```console...