Andrew M
Andrew M
This would be very useful to me as well. I'm writing a library to handle offline writes with conflict resolution for electric and I store hybrid logical clocks in jsonb...
I'm also running into this in my tests. Some of my tests need multiple pglite clients. It seems that starting more than 1 pglite client with dataDir: "memory://" causes all...
@danielkv I don't think it's documented anywhere but you can skip nonce checks locally via `supabase/config.toml` for example: ```toml [auth.external.google] enabled = true client_id = "env(GOOGLE_OAUTH_CLIENT_ID)" secret = "env(GOOGLE_OAUTH_CLIENT_SECRET)" redirect_uri...
Works fine for me on the ios simulator
Given that documentation for nixos/home-manager/nix-darwin/nixpkgs gets generated from their respective nix sources it seems this would probably be possible. I'm just not sure how feasible it is. edit: could probably...
A quick look at make-options-doc and I see that it can already output JSON. Depending on what sort of type information can be extracted from that it might be fairly...
Not sure why the lint and docgen failed, they pass on my branch locally.
Thanks for the feedback! I've had to put down my side project using pglite for now but as soon as I can find time I'll update the PR. As for...
I finally got around to cleaning this up. Sorry for the long delay!
Any more changes needed or can this be merged now?