simian-loco
simian-loco
@mikaelengstrom @erikras -- This change eventually broke for me. It fixed my build and I only had a couple of implementations so I opened this merge up; but I did...
I'd suggest not using versions at all. I don't think the library supports the versioning aspect of indexeddb. I dropped using the 'version' configuration property and it fixed these issues...
Just wanted to pipe in that I for one appreciate the deprecation warning. If you've been with the project for a while you know 3009 is a while away so...
I believe I am experiencing this issue (postgrest instead of supabase)... > I think the source of the problem is that extract-pg-schema cannot identify the source table. In my outcome,...
Just updated the [patch-1](https://github.com/kristiandupont/kanel/compare/main...simian-loco:kanel:patch-1) mentioned above to be more pull-worthy. Let me know if you would like me to create the PR as that unblocked me. Before that change I...
Quick question @wolfgangwalther which may be related to this issue (but perhaps not). Is the return from `prefer: return-representation` / other mutating requests guaranteed to return after `COMMIT` has occurred...
Thanks for the info! I've concluded that my HTTP-based, python multi-threaded tests are most likely just running too quickly, resulting in phantom read anomalies which are throwing errors. Before each...
Does config.schemas reference only the schemas added to `.kanelrc.js`? Are other schemas (e.g. private schemas or extension schemas) not included within `.kanelrc.js` missing from this method of resolution? [resolveType.ts#L162-L201](https://github.com/kristiandupont/kanel/blob/main/packages/kanel/src/generators/resolveType.ts#L162-L201) I...
> This is likely because the `Chart` instance is just a global variable and there are two copies when two separate imports exist Just a note for people with webpack,...