Jeff Mealo

Results 83 comments of Jeff Mealo

@esatterwhite: [PostgREST](https://postgrest.com/en/v4.1/api.html ) features a mostly functionally equivalent API that doesn't use spaces (for comparisons sake).

@dyladan @fieldju: Any updates on this? I'm trying to decide between libraries. Thank you both for all of your hard work :)

It's non-obvious how to use async local storage in koa without breaking error handling. I'm going to give this a try. If users have to monkeypatch createContext to get this...

> Need wait for asyncLocalStorage improve it's performance. @fengmk2: The overhead is 8% for Node 14. I haven't tested this particular PR but async local storage is not slow. Waiting...

There's a couple of incorrect ways of doing this. I don't think it's a Koa issue though, the Node.js documentation (and my IDE's annotations) had `run` as a void. It...

There was no visible defect. It's hard to read JSON embedded in YAML. Possibly non-printable characters or issues with newlines if I had to guess from the Open SSL error....

RE: Follow-up question: Restore the credentials from a known-good original source. Knowing that you have to do that is the tricky part though. The error is detached from the cause...

I think that your proposed solution makes sense. Would you accept a PR with a test case?

Could we proxy the Chrome Developer Protocol though a foreign data wrapper (or a combination of custom wal messages/logical decoding, chunked notify/listen)? The PG community is often fond of using...

@xstevens @nacivida: Great team work. Is this issue resolved?