dynamic arrays of components
using mcp server context7 to get updated code blocks with ai
See Windmill script dependents via API
Is it possible to combine light and dark mode under one theme?
isDarkMode ? 'bg-dark-500' : 'bg-white-400'
)
- What exactly are evals? The documentation is scarce on them and I can't seem to get any complex logic working right in them...Attempting to set up custom Oauth connection
Ignoring .venv during script metadata generation
uv
for local script development, which creates a .venv
directory within the script directory. I noticed that script generate-metadata
was taking a long time > 40sec for a single script and was able to determine that the bottleneck is findGlobalDeps iterating over all the files in the .venv
directory when trying to find a lockfile candidate.
I already have a requirements.txt
right next to the script. Is there a way to either:
1. have script generate-metadata
ignore the .venv
directory OR
2. point script generate-meatdata
right at the requirements.txt
?...Setting up a Gcloud Pub/Sub trigger returns a 502

wmill script generate-metadata running into 502 errors
``Generating metadata for f/shared/mod_run_structured_data_extraction.py
file:///Users/jiezhoumini/Library/pnpm/global/5/.pnpm/windmill-cli@1.458.4/node_modules/windmill-cli/esm/metadata.js:229
throw new Error(
Failed to generate lockfile. Status was: ${rawResponse.statusText}, ${responseText}, ${e}`);...Multiple resources of the same type
List Issue : need individual job ids in list component
Flow States are shared among for loop iterations running in parallel
Windmill EE v1.483.2-3-gc4148d775
...Cannot open modal via click in db studio action
On success wizard
, It seems I was able to connect my modal(myModal
) to my action button in my dbtable component with its id(img2), but upon clicking the button I encounter the following error(img3)
I appreciate any assistance on this matter....
Static Resource Select should output the label of selected resource as well
JSON[] Postgres type renders as string with extra brackets
JSON[]
.
The studio renders the following ({"{\"fieldA\":{\"Size\":2.4},\"title\":null,\"width\":48,\"height\":32,\"quantity\":1,\"date\":\"2025-03-29 02:56:02.000000 +00:00\",\"itemNumber\":1,\"itemsTotal\":1,\"item1\":\"1234\"}"}
) in the columns with JSON[]
type.
Parsing this result via JSON.parse()
in scripts/flows yields the following error:...Worker Issue - Deployment Stuck in Progress

Access Resources and Variables in Windmill Rust Script
can't save WSS trigger URL, too long.
Trouble Cancelling Jobs with Filters – Always Says 0 Matched
Can test/run but can't deploy (issue with sub-dependencies) [resolved]
Error deploying this script This script has not been deployed successfully because of the following errors:``` job=01964ffd-6b1e-c4d6-8107-a66ecf4f3166 tag=bun worker=wk-default-bb951e044087-Jq0yF hostname=bb951e044087...

Concurrency management for dedicated worker
