netop://ウィビ

Results 153 comments of netop://ウィビ

I'd like support for curveball: https://www.npmjs.com/package/@curveball/core

SMDH I didn't realize I never upgraded to EdgeDB 4!!

How should I structure the logs? Is there some EdgeDB way? (btw, I just upgraded to the latest database version so it's quite possible I nullified this issue).

This was the response I got immediately before: ``` A client connection error occurred; reconnecting because of "waitUntilAvailable=30000". ClientConnectionClosedError: network error: ConnectionReset: Connection reset by peer (os error 54) at...

AH, I was able to trigger it again. Making changes to my SvelteKit app on a page that automatically triggers a query to the API. I was making changes and...

I ran into this issue, was about to open a new issue, deja vu kicked in, I searched the repo, found myself. Hello again! I wonder if I'm supposed to...

I feel like I may be doing things incorrectly (LOL): I create a new client for every function. Could this be an issue? In my top-level function for `search/crud/read.ts`, I...

Ah okay, here's the output of `edgedb instance logs --instance beachfront`: ``` INFO 69446 2024-02-15T11:49:34.878 postgres: checkpoint complete: wrote 4 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled;...

@msullivan What if I just instantiate the client ONCE (in like, a utility file) and import that instance everywhere? I'm creating a new client per file in every component's `crud/`...