Lev Kokotov
Lev Kokotov
## New components ### Small table ### Green heading ### Blue heading ### Input with optional icon ### Dropdown input with search Dropdown input with backend-powered search. ### Badges (small)...
rust-xgboost from our fork in postgresml/rust-xgboost doesn't build on Mac OS since the migration to v2.0. To reproduce on a Mac: 1. Checkout the repo `postgresml/rust-xgboost` 2. `git submodule update...
Seems to be caused by: https://github.com/PanQiWei/AutoGPTQ/issues/373 For us to make this work, we have to downgrade to 0.3.2 or compile from source and redistribute ourselves.
Rocket by default allows 1MB upload file size which affects how big the CSV files can be to be uploaded by the Upload Data feature. We should catch the error...
We need to be able to configure the connection pool size used by the SDK. Currently, that limit is set to the default 10, but if the client is trying...