Gleb Pomykalov

Results 31 issues of Gleb Pomykalov

Is there a way to limit the number of allowed threads to use? Command Line client supports that through ` -limit thread 1` argument

Hi, I have done some benchmarks based on @stbuehler fork with Unsync implementation (#200). My goal was to test it on MIPS and ARM processors. Generally, sync version shows comparable...

I'm trying to create the price with decimal values. When I'm passing tiers in stripe_price resource: ``` tier { up_to = 500 unit_amount_decimal = 0.0 flat_amount_decimal = 1000.0 } tier...

`__rdtsc()` is supported on 32bit arch through the `intrin.h`

Error: ``` error[E0063]: missing field `rust_version` in initializer of `NewCrate` --> /Users/glebpomykalov/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-0.71.0/src/cargo/ops/registry.rs:383:14 | 383 | &NewCrate { | ^^^^^^^^ missing `rust_version` ```

http crate PR - https://github.com/hyperium/http/pull/617

This PR keeps old methods for backward compatibility, but deprecates them PR in hyper - https://github.com/hyperium/hyper/pull/3270 Closes #603

It seems that ignored fields are not detected if the structure contains the flattened field. It probably relates to the serde issue, that `flatten` and `deny_unkown_fields` cannot be combined (https://github.com/jonasbb/serde-rs.github.io/commit/af0e2e68c98cd2a8411cf194156aabb8316f9cea)....

I'd like to initialize ledb with no_lock lmdb option, because I'm maintaining locks in my code. Is there an option to set this flag in Options struct? Thanks

I'm trying to generate Apache Pulsar [openapi](https://pulsar.apache.org/source-rest-api/?version=2.4.0&apiversion=v3) Generated rust code failed to compile with the following error: ``` error[E0412]: cannot find type `SourceConfigConfigs` in module `crate::bus::pulsar_api::codegen::source_config` | 6 | pub...