Shayon
Shayon
I am curious if there is an easy way to use a bigger font without resizing the textbox. Has this been resolved? I have tried this and that but without...
Does anybody know how to answer a specific card given its ID, GUI or otherwise?
I have been able to create a WIP derivation for the CLI (with the latest commit) but it seems to fail with the following error when I try to run...
Seems like it does not return any error with a local Postgres db and I have been able to get the following screen  Is...
Thanks, worked! Now I am getting these errors whenever I try to do anything ```console 2022-08-14T19:35:13.317603Z ERROR windmill::error: error="Sql error: error returned from database: permission denied for table workspace" 2022-08-14T19:35:15.415680Z...
I have not ran any migrations manually - just used a fresh db with the binary.
Sorry, I am too confused here since I am not familiar with postgres administration. I ran the script ( sudo -u postgres psql postgres://postgres:test@localhost/windmill4 -f init-db-as-superuser.sql) and this is what...
Thanks. Not getting those errors anymore. But when I try to preview a script getting these errors ```console job 0182a075-6088-9ce1-4b8b-2670a98689c3 on worker dt-worker-H0rfs-mac4X --- DENO CODE EXECUTION --- IO error:...
nsjail is in PATH and getting the same error with `DISABLE_NSJAIL=true DATABASE_URL=postgres://postgres:test@localhost/windmill ./result/bin/windmill` as well. I think windmill is trying to call deno by some hardcoded path (nix does not...
I am trying deno to work with the latest commit but it is still failing whereas it should not. (Python needs more patching since installing those pip packages won't work...