Hi, I think the ActiveDirectory module is only available on windows and can't be installed on other
Hi, I think the ActiveDirectory module is only available on windows and can't be installed on other platforms. Depending on what your need is, you might find alternative modules available on PSGallery (e.g. AzureAD)
12 Replies
Hi @Josh ,
We have fixed:
- file inputs lose attached file in UI when switching between editor and preview
- ag grid pagination toolbar doesn't change page even if using api.paginationGoToFirstPage or setSelectedIndex('e', 0);
I'll work on the rest tomorrow !
Unknown User•6mo ago
Message Not Public
Sign In & Join Server To View
GitHub
bug: Working Imports Show an Error · Issue #3718 · windmill-labs/wi...
Describe the bug When you import a typescript file from another directory, it will work but still show an error. To reproduce Create a script in a folder (test.ts): export function test(): boolean ...
is there a way to set a default value for a custom resource type in a script? im new to windmill and was trying to set something up
default value: "$res:<path>" will mostly work
do you have a counter-example on latest?
from the JSON schema of the generated UI right? it seems like its read only for some reason
through the normal way you would define a default value in a script for that language
main(x: T = "$res:...", ...)
yep yep, it works now, was trying to also keep the custom resource type imported from windmill
that was extending TypedDict and didnt work
but just changing it to T = dict worked
ty so much
Hello, I have asked this in the help section but didn't get a response yet, maybe I did something wrong? I am wondering if it is somehow possible to reference a component in an SQL query, for example if I want to use certain values of the component in the WHERE statement
Hi! I've just answered in help https://discord.com/channels/930051556043276338/1240964992287768627/1242397221748609075
Thank you :)
Unknown User•6mo ago
Message Not Public
Sign In & Join Server To View