Using txt fields that are updated by a
Using txt fields that are updated by a bg runnable.
Is there a way to display a temp value while the bg is processing?
Right now I just get a big ugly "no text" box...
Package.json for Bun action
Could you share what kind of package.json would solve your issue. Opening the whole package.json is too much of a security issue on cloud at the very least
dperez could you show an example of the
@dperez_40301 could you show an example of the same call in bash done by exec bash into the container and inside a bash windmill script that would behave differently ?
just to verify Windmill do not currently
just to verify: Windmill do not currently have a (native) way of streaming the openai answer to the frontend apps
You should see some more information
You should see some more information about the parsed config in the logs of the servers
PowerShell/assets/ps_black_128.svg at ma...
FYI the PowerShell icon is the Windows PowerShell icon, not the PowerShell Core (cross-platform) icon. I recommend using this icon for PowerShell Core: https://github.com/PowerShell/PowerShell/blob/master/assets/ps_black_128.svg
I seem to have some zombie runs
I seem to have some zombie runs triggered by schedule. this is about a flow that i was editing, but had not shut down the schedule first. The common symptoms are "flow is running", step 1 of 2 completed. step one produces an array of identifiers, step two is a for loop. job details say "Job loading.." for step 2. No errors in worker logs, i suppose also no worker starvation. The flow has 2 steps within the for-loop with retries enabled, but the first run that hangs shows no indication of being r...
I have a question along similar is this
I have a question along similar "is this a good idea" lines: is it sane to use windmill as a comprehensive solution for your application's API, webhooks, DB/data backups, etc?
I'm looking at this project I'm on and unsure of why that would be a bad idea. I have lots of scheduled things to worry about, webhooks, and so on. I need to work with multiple languages, but don't want to deal with multiple services or deployments. Having internal apps to help less technical people manage data eventually would be icing on top. Do you know if people are using windmill to that extent, or do you often run into snags where a traditional code base would be preferable?...
Is there anyone with experience with
Is there anyone with experience with SCIM or SAML ? Would love to chat
Any anyone here making Windmill work on
Any anyone here making Windmill work on top of AWS Aurora ? Any issues they've noticed ?
Manual | Deno
Sorry for the delayed response. My deno.json looks like the following inside the package directory
mono-repo/packages/packageA
inside our monorepo.
``` "imports": {
"fs": "node:fs",
"path": "node:path",...following https www windmill dev docs
following https://www.windmill.dev/docs/advanced/self_host#setup-windmill-on-localhost today and getting 404 after getting redirected to /tutorial from the root url. Just pulled the containers a few minutes ago.
Welcome to Hugo C our new AI intern 😎
Welcome to @Hugo , our new AI intern 😎 . He is finishing his masters at EPFL (Faton and me are also alumnis) and writing his master thesis on generative AI and worfklow/code generation applied to the Windmill use-case.
Select feature
The select bug i wasn't sure what you meant, seems more like a feature than a bug to auto select the first choice. You can always create an empty first choice
hello 🙂 trying out windmill and my
hello 🙂 trying out windmill and my usecase is email automation. I'm following the gmail integration video at https://docs.windmill.dev/docs/integrations/gmail, where the gmail integration shows up as a "OAuth API" in the example video provided, however on my local instance with docker-compose, the gmail integration is in the "Non OAuth" category.
I have added OAuth support for gmail, for instance I can login to my local instance using my gmail with a OAuth 2.0 client I setup on gcloud and configred with "oauth.json" for the docker setup. I'm running the most recent images as of writing this message.
Expanding on that, there is not a single OAuth resource in my local instance, it looks like "image.png" attached.
Am I missing some configuration step or setting? A pointer to docs for this would be awesome, as I seemingly can't find the correct thing to do in order to enable this 🙂...