Lev Kokotov
Lev Kokotov
Haven't had a chance to implement this yet. A PR is welcome.
Doesn't `PLUS` require something else to be done during the exchange? We may not have support for that in `scram.rs`.
Hi, Currently we route by username and database name, see `get_pool` (e.g. https://github.com/postgresml/pgcat/blob/main/src/client.rs#L528). Routing by username only is not specific enough when dealing with multiple databases proxied by the same...
For client authentication, we only support MD5. For server authentication,we support MD5 and SCRAM (SASL). If you want to add cleartext for either, a PR is welcome! In terms of...
Did you build PgCat in release mode? `cargo build --release`
Hey @zimonitrome , I have stopped using MLFlow since then and haven't had a chance to work on this further. The commit I proposed uses Python's `shutil` `ignore` parameter which...
Yup, we just started using Docker and Dockerfiles directly and launch the containers using our existing CI/CD. The model registry MLFlow provided was neat though, so we kept using that...
I think `DROP` will make the driver hang until TCP keep-alive expires. Try rejecting the connection explicitly or better yet just shut down Scylla on the other end and run...
Oh, there it is: ``` (budgie-panel:351761): libpeas-WARNING **: 09:29:12.171: Failed to load module 'icontasklistapplet.so': /usr/local/lib/budgie-desktop/plugins/org.budgie-desktop.applet.icon-tasklist/libicontasklistapplet.so: undefined symbol: budgie_application_get_icon (budgie-panel:351761): libpeas-WARNING **: 09:29:12.171: Error loading plugin 'icontasklistapplet.so' ** (budgie-panel:351761): CRITICAL **:...
My guess is you don't have llvm installed from brew (https://users.rust-lang.org/t/bindgen-seems-using-wrong-infrastructure/85122) Use our brew bundle to install everything you need to compile from source on Mac.