jrray

Results 7 issues of jrray

The calls to `mconn.enqueueOperation` in SpyMemcachedIntegration can throw IllegalStateException when the queue is full: ``` java.lang.IllegalStateException: Timed out waiting to add Cmd: 1 Opaque: 229348 Key: XXX Cas: 0 Exp:...

I am encountering an issue in my application where attempting to remove an item from the queue results in a None.get, and leaves the queue in a state where all...

Me again! I've found if I have a syntax error in a thrift file, the error doesn't fail the build.

The following test fails on the first case and succeeds on the rest in 0.9. They all succeeded in 0.8. ```rust #[test] fn test_list_with_colon() { let cases = vec![ indoc!...

We have encountered a deadlock situation when attempting to have nested caches, as in a key-key-value multi-dimensional map, where there are many spawned tasks trying to interact with the cache...

bug
enhancement

https://github.com/getsentry/sentry-rust/blob/96e1da3d4d5d4197899cab8cfdcfcdb672689e65/sentry-core/src/session.rs#L228 We're seeing processes fail with this message: ``` thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" }',...

Bug
Rust

https://github.com/simrat39/inlay-hints.nvim/blob/006b0898f5d3874e8e528352103733142e705834/lua/inlay-hints/init.lua#L37-L39 Hi, I'm trying to figure out why I don't see inlay hints enabled by default in my config, and I noticed the suggested default config calls `set_all` but that...