Kent Slaney

Results 8 issues of Kent Slaney

I found these convenient for debugging, so I figured I'd offer them to the repo. That being said, they were written for functionality rather than readability and violate [some people's...

Cygdb's step function is specified as stepping into any Cython call or any C function called directly from Cython. This means it's possible for the existing `get_c_lineno` to return a...

I've implemented the C++ thread workers to be FILO under the assumption that reusing a single client is preferable when possible. The current implementation needs C++17 or above to parallelize...

Threaded libmc clients maintain consistent cache response times by queueing requests to acquire a mutex from the client pool. In order for this to work, threads releasing the client have...

The original wording is ambiguous; all relevant sockets are local, the AF_UNIX type is the difference. Also, #120 bumped the version in the code to `1.4.3` and #125 bumped to...

This pull request adds the CLI flag `--buffered`, which allows the audio data to be loaded on-demand through an I/O buffer instead of all at once at the beginning. This...

**Describe the bug** Neovide panics and crashes. I assume because the process can't create an OpenGL context when there's a Driver/library version mismatch. **To Reproduce** Steps to reproduce the behavior:...

bug