fooosieee
fooosieee
Explore posts from servers
WWindmill
Created by SpookyBiscuit40 on 12/10/2024 in #help
Python Import Error
you can use extra_requirements for that like this:
# extra_requirements:
# aiodns
# extra_requirements:
# aiodns
3 replies
WWindmill
Created by fooosieee on 11/30/2024 in #help
Python pycache
ehm im loading python library private repository its quite big, just to load start main takes 20sec,
6 replies
WWindmill
Created by fooosieee on 11/30/2024 in #help
Python pycache
someone? 😦
6 replies
WWasp
Created by RichardHpa on 3/10/2024 in #🙋questions
Can I split up the main.wasp file into seperate files
28 replies
WWasp
Created by fooosieee on 11/29/2024 in #🙋questions
schema.prisma dont respect previewFeatures
multischema and prismaSchemaFolder
10 replies
WWindmill
Created by fooosieee on 11/30/2024 in #help
Python pycache
@rubenf or someone else some comments? 😄
6 replies
WWindmill
Created by Elber Domingos on 10/23/2024 in #help
Weird script python problem
lib version same and python version same? python sometimes make really weird things. what i see u dont use requirements nor extra_requirements... i would always use extra_requirements and fix the lib version. just in case 😄 python from 3.8 to 3.12 has a lot of breaking changes including there libs
12 replies
WWasp
Created by RichardHpa on 3/10/2024 in #🙋questions
Can I split up the main.wasp file into seperate files
can split it amazingly
28 replies
WWasp
Created by RichardHpa on 3/10/2024 in #🙋questions
Can I split up the main.wasp file into seperate files
amazing
28 replies
WWasp
Created by RichardHpa on 3/10/2024 in #🙋questions
Can I split up the main.wasp file into seperate files
nah with ts
28 replies
WWasp
Created by RichardHpa on 3/10/2024 in #🙋questions
Can I split up the main.wasp file into seperate files
ts
28 replies
WWasp
Created by RichardHpa on 3/10/2024 in #🙋questions
Can I split up the main.wasp file into seperate files
any update on this?
28 replies
WWindmill
Created by Bjarne on 11/25/2024 in #help
Python requirement issues
use extra_requirements
20 replies
WWindmill
Created by fooosieee on 11/22/2024 in #help
API for create new Resources and ResourceType
AWESOME thank
6 replies
WWindmill
Created by fooosieee on 11/22/2024 in #help
API for create new Resources and ResourceType
@rubenf any chance to get the json file?
6 replies
WWindmill
Created by fooosieee on 11/22/2024 in #help
API for create new Resources and ResourceType
oh men was looking for this ❤️ THANKS!!!!!
6 replies
WWindmill
Created by chrsch on 11/22/2024 in #help
import workplace script in inline skript
at docs: https://www.windmill.dev/docs/advanced/sharing_common_logic it should be: import u.chrsch.useful
3 replies
WWindmill
Created by Bravo on 11/17/2024 in #help
for loop unresponsive in a flow
batch it in sizes lets 250k / 10 workers so u have one batch size 25k items then iterate it for loop with 25k items per iteration ill did tat with millions of data sets
3 replies
WWindmill
Created by fooosieee on 11/15/2024 in #help
Install from private repo python dep
lol yeah somehow windmill internal requirements and extra_requirements dont wanna install
import subprocess
import sys
subprocess.check_call([sys.executable, "-m", "pip", "install", package])
import subprocess
import sys
subprocess.check_call([sys.executable, "-m", "pip", "install", package])
this installed it
2 replies
WWindmill
Created by fooosieee on 11/13/2024 in #help
When Webhook get triggered?
@rubenf can help?
2 replies