Vlad
Vlad
``` thread '' panicked at 'index out of bounds: the len is 256 but the index is 18446744073709551615', /home/user/.cargo/git/checkouts/not-perf-af1a46759dd83df9/911723c/nwind/src/local_unwinding.rs:455:26 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace Aborted...
I did not find the maximum size for the output file in the environment variables, I would like to split it into files, for example, 5GB each and send them...
**Describe the bug** When I build my project with `grpcio-sys` I get the error: ``` Compiling grpcio v0.10.2 error: failed to add native library /myproject/target/debug/build/grpcio-sys-7a42ed9199705f9f/out/build/third_party/abseil-cpp/absl/types/libabsl_bad_optional_access.a: file too small to be...
`request_stop()` [method](https://github.com/facebookexperimental/libunifex/blob/66d651157b42e06e7f96016479043f18f2234b82/source/inplace_stop_token.cpp#L72) in `stop_source` should return > true if the stop_source object has a stop-state and this invocation made a stop request, otherwise false. But your method returns false in...
Hey! I tried to use Jetstreams, it’s cool that it supports playback and acks, but I found some limitations from the natsjetstream wrapper. 1. As I can see, you put...
Hey, I got the error in my golang app: ``` 2024-06-13T21:41:57.808742Z Can't publish snapshot part 0 for snapshot.mystream, err=nats: timeout ``` At the same time I see in the nats-server...
### Observed behavior I saw that my client used 67GB memory, first of all I checked pprof and got the result: Also in client logs sometimes I see this: `context...
### Bug Description I got the segfault, when I turned on a compression: ```go c.EnableWriteCompression(true) c.SetCompressionLevel(flate.BestSpeed + 1) ``` ``` panic: runtime error: invalid memory address or nil pointer dereference...
Hey, I use both async(fro streams) and open(for rest) api. And it's quite common case when it's needed to use some structure for requests and streams at the same time:...