Lev Kokotov
Lev Kokotov
Hi there. Change the `pool_mode` to `transaction`. In session mode, the query parser can't work because the client is bound to the first server it gets attached to, and I...
Started playing around with [Cloudflare](https://developers.cloudflare.com/workers/get-started/guide/) workers (JavaScript as well). It's using I believe `esbuild` and also they "nerf" node I think and remove some APIs. I have this code in...
Closing in favor of #293
> ReadySet is a lightweight SQL caching engine that sits between your application and database and turns even the most complex SQL reads into lightning-fast lookups. Unlike other caching solutions,...
Django removed this in 2.1. Package needs to be updated to support Django 2.1+.
I've managed to work around this by enabling swap. Linking time did not suffer visibly. On Ubuntu, I followed this [guide](https://linuxize.com/post/how-to-add-swap-space-on-ubuntu-20-04/).
Came here looking for custom plugins as well. My use case is adding support for MkDocs-style `!!! example` and `=== Tabs` [extensions](https://squidfunk.github.io/mkdocs-material/reference/content-tabs/).
Not really, just waiting for djc to take a look.
I don't think so. Notify is fair according to the docs and `notify_one` notifies only one task, not all of them.
> So if I understand correctly, this fix will make the pool less fair? I took a look at the implementation of `Notify`. It uses a FIFO queue [1] [2]...