AlexBoyd
AlexBoyd
As far as I can tell, the current implementation for commands like mget is to unroll them into a sequential series of get calls, to ensure the correctness, but that...
I was wondering what the reasoning for requiring nodes not to list themselves in their dyn_seeds config? If nodes were allowed to contain themselves it would slightly simplify the cluster...
The feature file parser seems to pickup the extra newline character as part of the feature which causes it to not correctly match up to steps.
- [x] Refactor out logic that is currently doing a lot of inline template rendering into explict prototype template files. - [x] ~~Use these prototypes for generating the default screens.~~...
Currently when configuring the py-spy backend under the hood, we always initialize py-spy with locking mode non-blocking. https://github.com/pyroscope-io/pyroscope-rs/blob/main/pyroscope_ffi/python/lib/src/lib.rs#L77 Running spy-spy in non blocking mode has less overhead, but will frequently...
After a jua encounter, sometimes error notifications will spam forever on loop, and cause the performance to grind to a halt in the web browser. I've seen this multiple times....