serzhiio

Results 22 issues of serzhiio

Is it possible to clone BusReader dynamically? I have dynamic readers inside tokio pool.

On latest Nightly i'm getting `Conflicting usage of --profile and --release` when `cargo web start --release`

``` ==11334== 240,540 (117,840 direct, 122,700 indirect) bytes in 4,910 blocks are definitely lost in loss record 1,031 of 1,037 ==11334== at 0x4C2BB7B: malloc (vg_replace_malloc.c:299) ==11334== by 0x2103EF: ::wait (in...

I've faced with situation when order cant be updated because of invalid size. Example: Bot sent 10000XRP BUY order, order was executed ( XRP balance increased from 0 to 10000XRP),...

:fire: fixme!

I want to use QUIC server and TCP TLS Server in one project, but error occurs when compiling `error: linking with `cc` failed: exit status: 1 | = note: "cc"...

Any info on using WASM+WebGL+Plotters? Is it possible?

feature request

In some conditions i'm getting Http(429) error code, but i need to get additional headers of response like Retry-After, how could i make it?

enhancement
question

Hi is it possible to have two-way interaction? Sendind some requests to backend?

Is it possible to have plaintext data from internal VecChunks as `&[u8]` slice instead of `Reader` struct with following `.read(&mut buf)` operation? I'm trying to avoid excessive copying.