Hugo C.
Hugo C.6mo ago

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
Faton
Faton6mo ago
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
Unknown User6mo ago
Message Not Public
Sign In & Join Server To View
humanz
humanz6mo ago
@rubenf can you confirm https://github.com/windmill-labs/windmill/issues/3718 was closed correctly?
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 ...
sleshwave
sleshwave6mo ago
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
rubenf
rubenf6mo ago
default value: "$res:<path>" will mostly work do you have a counter-example on latest?
sleshwave
sleshwave6mo ago
from the JSON schema of the generated UI right? it seems like its read only for some reason
rubenf
rubenf6mo ago
through the normal way you would define a default value in a script for that language main(x: T = "$res:...", ...)
sleshwave
sleshwave6mo ago
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
BestCareAnyLea
BestCareAnyLea6mo ago
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
BestCareAnyLea
BestCareAnyLea5mo ago
Thank you :)
Unknown User
Unknown User5mo ago
Message Not Public
Sign In & Join Server To View