laustbn

Results 4 comments of laustbn

I can't reproduce the crash on Mac, but perhaps that's not surprising since the (Linux) audio driver shows up in the stack trace. Instead of streaming silence, have you considered...

Hi, I also see this issue on macOS. If I watch active processes on my machine whilst running `counsel-projectile-find-file`, counsel-projectile is causing Projectile to re-index the project for every(?) keystroke...

The hang is due to a race between `grpc_shutdown()` (via `Grpc::XS::destroy()`) and `fork()`. Prior to gRPC version 1.20 (), `grpc_shutdown()` was synchronous, i.e. it blocked until shutdown was complete. From...

As far as I can tell it's it's not (just) slow but buggy. If you hold down C-k, it won't cleanly delete all lines, some characters are left behind! (tested...