Gajus Kuizinas
Gajus Kuizinas
> That issue seems unrelated, undici does not allocate any `FileHandle`. We ended up removing all use of `fetch` from our codebase and restricting use of `fetch` by overriding `globalThis.fetch`...
Since Slonik is an abstraction around `pg`, Slonik is not going to be faster than `pg`. The original intent of having those benchmarks (before `postgres`) was just to demonstrate that...
Compatibility layer released in https://github.com/gajus/postgres-bridge
That said, the performance is horrendous, and that's because (I think) `postgres` doesn't allow explicit connection pool managing. This means we need to initialize `postgres({max: 1})` for every connection.
Actually, it is not as bad as I thought the first time I tested. Seems to have minimal overhead. https://github.com/gajus/postgres-bridge#benchmark
There are a few problems with this pull request: 1. [var hoisting](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/var#var_hoisting) 2. Use of `document.querySelectorAll('body *')` on every touch event is very inefficient. 3. This code does not pass...
`eslint-plugin-eslint-comments` has a circular dependency to this plugin.
`eslint-plugin-prettier` was already released
I am working on https://github.com/gajus/dindent over the next few days. Will jump back to Bugger afterwards and get through all the issues. I'd appreciate more suggestions for the naming convention.
Added this patch to our branch, if anyone needs it: https://github.com/contra/helm-charts/commit/ff0d75f302eb69106468a4d0f6f9bc2a006128a8