Blaž Hrastnik

Results 401 comments of Blaž Hrastnik

If that fixes it, I'll do a new gem release soon, was just planning on merging all PRs by @Phrogz first :)

Sorry for the long wait, it's quite a big PR. I'm a bit anxious to just merge it, but the tests you've added seem sound. If you address the minor...

Sorry, I've been traveling and it's a big feature to look over; I'll allocate time on Monday to review this :) On Saturday, 27 February 2016, Gavin Kistner [email protected] wrote:...

Hmm, would you mind getting me a profile of that method call? http://tmm1.net/ruby21-profiling/ Would be good to see where we're spending most of the execution time.

I think this is most likely caused on the server side then, since we're waiting for a response to each command. I think what MPC does is completely ignore the...

You could also try using a UNIX socket, I think those should be faster than TCP for local connections

Sorry for the delay! Looks good to me, just needs a rebase :)

This is better suited to either solving with symlinks or via scripting once we support it. Querying OS themes would introduce a bunch of platform specific code.

I'll reiterate: there's no built-in terminal way to detect this. We'd need to do a bunch of platform-specific hacks and probably link directly against a bunch of GTK-specific libraries to...

This probably also solves https://github.com/helix-editor/helix/pull/1819 since we replace everything from the starting offset onwards