Saving encryption salt to new instance results in "Internal: BlockModeError" and fails
Can't create new workspace

Adding internal root CA to server mode as well
Stuck in migration hell during upgrade.
Badge in Table View

Supabase S3 storage

Accepting raw body
Self-hosted pricing details
Use a table action to trigger a long running flow
Client Secret expired
How do I poll every x seconds on an app?
How to insert JSONB parameter in Postgres Action

rest request script does not work

[python] subdependencies breaking wmill module installation
In an app, in a table, if a button is clicked, a way to get thisRow(field) pass into inline script
How to access returned values in an external script.

global variables
What's the cold start of python scripts in EE
Python Import Issue - Haystack library overriden
haystack-ai
in my project for its AI capabilities but whenever I import haystack
, windmill installs haystack==0.42
, however I need for it to install haystack-ai==2.0.1
.
Installation is fixed if I import haystack_ai
, but such library only work by the name haystack
, which will point to the first install mentioned above....