Geoff Greer

Results 9 comments of Geoff Greer

Instead of using this library, I ended up embedding Lua into my C program and using the Lua version of diff-match-patch. My changes to diff-match-patch-c were just minor things like...

Yes, this requires some changes to the ignoring code to work correctly. I don't use double-stars in my gitignores, so I've kinda neglected it. Sorry. :( Note: The "ignore" label...

It segfaults in the tests so... probably not going to get merged.

I tried to figure out the cause of this but gave up after a while. Here's my work. Here's the output of swaylock when I run with a scaling factor...

I've had this same behavior with an external monitor on my X1 Carbon 7th gen. I'm on Arch and I keep things pretty up-to-date. The output of `sway --version` is...

Yeah, it's a trade-off. If you don't print matches as soon as they're found, people think the program is slower. It'd be nice to have this feature, but doing it...

:sunglasses: I made it multithreaded a few months ago. If you're curious how I went about that, you can read [this post](http://geoff.greer.fm/2012/09/07/the-silver-searcher-adding-pthreads/). I don't really sort anything, but scandir seems...

What operating system are you on? I've followed your instructions, but I can't get anything to hang on Ubuntu 14.10 or OS X 10.10. I've tried ag 0.27 and master....

I should have separated the bug fix and feature into two pull requests, but it's 3:30AM and I'm tired. Zzzzzzzzzz....