spotvin42
spotvin42
Hello, any news on supporting the Modular approach? > So i've been super busy and haven't been able to get to this yet... If you're using the `compat` you can...
I am also struggling with this and the community as well, we can see it on stackoverflow... I've created my own way to get one following the described method in...
Hello, thanks everyone for the work on Capacitor. Just wondering whether this is coming soon?
I've played around and managed to get an error message that could help pin point the area of problem: ``` runSQL error: error: duplicate key value violates unique constraint "users_uid_key"...
I found a temporary solution, I've commented out the batching in jsonStream.on("data": ``` // if (insertRows.length >= 100) { // // BATCH_SIZE // const result = await runSQL(makeInsertStatement(fields, insertRows)); //...
@burggraf could you please look at it?