Yeah, i'll take a look. I have 1 table
Yeah, i'll take a look. I have 1 table that shows items i've searched for with a button on that row. When you click that button, it copies that item over into state.items, which is what the 2nd aggrid table is displaying as the data source (eval). When you manually edit the values in the 2nd aggrid table it shows the updated value in the component (result[]), but state.items is still the same as before editing the data in table 2.
Ruben Fiszel - Ruben Fiszel
Hi! Sure, you can send an email to contact@windmill.dev or book a meeting with Ruben (founder of Windmill) from this link
1. Not nice flow UI unfortunately
1. Not nice flow UI unfortunately
2. just println/console.log, but you can use any logging module, just make sure it writes to stdout
3. we're working on reusability of inputs but it's not available just right now...
it's limited in OSS for workspce storage
it's limited in OSS for workspce storage and not available for instance related features
:rubberduck:
there's a weird bug with codebases ? not sure how to debug but if i use script which utilize codebase during the flow execution it's just succed with null
```
job=01970191-e452-d039-dd41-412c8ec31839 tag=bun worker=wk-default-ftqms-dK6js hostname=windmill-workers-default-fd964f9b6-ftqms
loaded from local cache: /tmp/windmill/cache/bun/efae154f31fd490dbbf36997ebdc9abf04c3ec7190fa83e6ce88a74af5412e05...
For the codebases is there hidden
For the codebases is there hidden serialization layer happening when we call the function from codebase ?
i'm using effect.ts and get type mismatch for same code if i import via codebase vs copy & paste....
GitHub - ihippik/wal-listener: PostgreSQ...
Hey guys, is there a way to enable/send the old_row on postgresql trigger [update]?
I want to check what has been updated on the code but right now it just sends the row already updated i saw that is possible like on https://github.com/ihippik/wal-listener but i dont know what to do, already put FULL on the replica identity...
Can you connect to your postgresql
Can you connect to your postgresql database with psql and show me the result of:
\d v2_job;
Next, can you run:
```...
Can you run a few queries for me, those
Can you run a few queries for me, those should use an index and be fast
@Alper will look into but worst case you
@Alper will look into but worst case you can do directly in the db at v2_job_queue
but I think fundamentally you want gcp
but I think fundamentally you want gcp pubsub support and captures for them
I saw some older comments that CE has no
I saw some older comments that CE has no audit logs, but inside my workers the tmp/windmill/logs/services folder is nearly 8 gigs and goes back far longer than 30 days, which I think is contributing to the massive space usage of docker's overlay2.