Daniel Blignaut

Results 17 comments of Daniel Blignaut

@ziggy6792 @askaribragimov , Some feedback: * At the moment my CDK project is closed source, but I will work to get a minimum reproduction of the lambda proxy, how I...

On this same topic, if you set excludedProperties on your node type, those properties are not synced. When there's a change in that node and yjs syncs the node, does...

https://github.com/instructure/canvas-rce-api/issues/12 see if this helps

I'm running into this issues now. Within the same process I don't have write concurrency in ducklake when using sqlite. I should've realised that this is obviously a design of...

Thanks @Mytherin for the quick response. it doesn't. Perhaps I'm doing something wrong? I'm doing something like this (it's just a POC, so there some headscratching may ensue): 1. create...

Okay. The Connection type isn't Sync friendly so it needs to be wrapped in a Mutex which was my hesitation on the performance impact of this across threads but it...

Thanks for the feedback and assistance. libsql / Turso seem to have better write concurrency, would be great for DuckDB to support a driver for that. I tried my hand...