Smotrov Oleksii

Results 15 issues of Smotrov Oleksii

Dear team, We've been digging your readme for a day but with no luck :-( The questions are still open for us: **Is this plugin can preserve previous _versions_ of...

Dear [bluebird75](https://github.com/bluebird75), The script is throwing an error. ``` 23:50:28 Progress: msg 173400 of 225509 23:50:29 Progress: msg 173500 of 225509 ERROR 23:50:29 Exception while processing msg with key: 1642324253.M699656P643386.mail,S=3478,W=3548...

Regardless the fact that cargo.toml has smol_str enabled for the crate `schemars = { version = "0.8.16", features = ["smol_str", "chrono"] }` it still doesn't works with struct containing this...

It was mentioned in the announcement that "Multithreaded compression allows multiple threads to operate in unison on a single file." However, I've been struggling to find any documentation or examples...

I running my app written in Rust on ECS backed by Graviton3 EC2. It runs as expected. After my attempt to optimize compilation using processor specific things `RUSTFLAGS="-C target-cpu=neoverse-v1 -C...

It would be really appreciated if you'll share some examples how it is actually possible to to generate RUST code using your parser. How to convert an XSD file to...

### Checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://crates.io/crates/polars) of Polars. ###...

bug
rust
needs triage

I upgraded firmware of my SFP, but it seams I'm in trouble now :-( Before upgrading firmware I checked LAN_SDS_MODE and set it to 1 ``` # flash get LAN_SDS_MODE...

### Describe the bug When reading a partition of big NDJSON files compressed with ZSTD there is an error appears. `Error: Custom { kind: Other, error: External(ArrowError(ExternalError(IoError(Custom { kind: Other,...

bug