Ivan Smirnov
Ivan Smirnov
[BUG] Pydantic warning: `Field "model_server_url" has conflict with protected namespace "model_"`
### Issues Policy acknowledgement - [X] I have read and agree to submit bug reports in accordance with the [issues policy](https://www.github.com/mlflow/mlflow/blob/master/ISSUE_POLICY.md) ### Where did you encounter this bug? Local machine...
This introduces `array::downcast_ref()` and `array::downcast_mut()` helpers, providing a nicer downcasting interface which makes use of errors, so you could e.g. (in a result-context) ```rust downcast_ref(&my_arr)?.do_stuff() ``` Downstream, if you're using...
There's a few dependencies that are quite outdated (including some hefty ones, like zstd). The only one left outdated is odbc-api since I'm unsure about that.
I'm currently using IPC file writer, where the `write()` method requires you pass a `Chunk` (note: specifically a box). If I have a bunch of `MutablePrimitiveArray` columns that I collect...
## Environment * **IntelliJ Rust plugin version:** 0.4.186.5143-223 * **Rust toolchain version:** 1.66.1 * **IDE name and version:** CLion 2022.3.1 * **Operating system:** macOS Ventura ## Problem description - `bitflags`...
Aim now depends on `khash =0.5.0a5`, which was published to pypi by @gorarakelyan in May 2023 ([pypi link](https://pypi.org/project/khash)). This pypi package: - Has no detailed description - No link to...
Would it make sense to have `a.le(b)` (also `a.leq(b)`, `a.ge(b)`, `a.geq(b)`) return boolean arrays? (where `a, b : PartialOrd` and properly broadcastable).
Here's just cloning the repo and trying to run the tests (note that the same error occurs if you try to run all tests for arrow2): ```rust Compiling parquet2 v0.17.0...
`clean_rmeta()` now removes more files (for each `foo.rmeta` found, it also removes all `foo.*`). Folders are no longer limited to `*/deps`.
This seems to have something to do with nightly, not sure exactly what. Also, it only happens on OS X (I'm running the same tests on travis/appveyor on linux/osx/win). I've...