Lev Kokotov

Results 60 issues of Lev Kokotov

The reaper runs every 30 seconds by default, which means any `max_lifetime` and `idle_timeout` will be ignored (well, enforced too late really) if set to less than 30 seconds. A...

I've been playing around with the idea of "plugins", extendible "things" we can inject at any point in the client/server lifecycle to do stuff. A few ideas I've prototyped so...

enhancement
question

Rebase of #389 ### Problem Sometimes passwords leak. Also sometimes security teams want infrastructure teams to rotate passwords. With Postgres, that's impossible currently without taking down the application or using...

**Is your feature request related to a problem? Please describe.** Postgres 14 switched the default password encryption and authentication method from Md5 to SCRAM-SHA-256. PgCat can authenticate to the servers...

Fix #396

wip

**Is your feature request related to a problem? Please describe.** It would be great to support `LISTEN` in session mode at least. `NOTIFY` is a regular query, so it works...

enhancement

Fix confusing matrix incorrectly using labels from predict only instead of using labels from predict and ground truth. Ideally we should expose the Scikit-like API that passes in all the...

Any process launched by honcho from the Procfile will disable its own color output. I think this may be because `Popen` is not a real shell, and the processes detect...

Hi, Thank you for making an awesome crate. This is my favorite Rust template library by a mile. When writing relatively large templates, I occasionally make mistakes in the template...

Type: Bug
help wanted