Now I use the VSCode extension dev
Now I use the VSCode extension dev locally.
I want to create a file to store TS types.
I don't want to put the logic code and TS types in the same file.
It's not easy to read the logic code....
So what do you mean by a flow? Normally
So what do you mean by a flow? Normally you would use the resource type as a input to a script in the flow.
Does that answer your question?...
OpenAI DevDay, Opening Keynote
Watched OpenAI DevDay Keynote now. (https://www.youtube.com/watch?v=U9mJuUkhUzk) Impressive stuff. Have some thoughts about how it can be used in windmill
Getting Started - devenv
Nix set ups are usually spread across a few different files (package definition for backend and frontend, module definition and flake.nix which pulls it all together) You can also layer on stuff like https://devenv.sh/getting-started/ for repeatable and cached development environments as well if you like which would add a few more.
How about I create all this stuff in my fork and then you can see what you think about the extra load?...
curious about how do people handle
curious about how do people handle python dependencies when running python wmill scripts locally? struggling to figure out a good pattern in folders that have several python scripts
Flow loop
i currently have a flow with a single step. it's a python script that does some parallel processing:
1. fetch n entries from a database
2. in parallel process a long running task for each of the n entries
i'd like to split the script into multiple smaller parts and use the flow loops or branches for that, but i'm not sure how that works with a dynamic number of parallel branches. any ideas?...
Alper
@Alper
but you can even type it with TypedDict or ask ai to generate for you, or click +Type to have it be generated for you...
mongodb = dict
mongodb = dict
Do not use the protocol `https ` Had the
Do not use the protocol
https://
. Had the same issue couple of days ago.1 yes
1. yes
2. the 2mb limit is only on the cloud, and even there on our dedicated offering we can extend that
3. parent flow is enough, it will be propagated automatically...
GitHub / GitLab for Version Control | Wi...
Hey there, we are currently evaluating windmill as a replacement to our self-written orchestration code. As we are a team, we need to be able to have flow definitions and code in a repo as the single source of truth.
I read through https://www.windmill.dev/docs/advanced/deploy_gh_gl and understood that it's possible to push changes from the repo to windmill via the sync command. But does the other direction work too? Is it possible to make changes in the UI and push changes to the repo from there?
We use Gitlab btw....