epitron
epitron
Oh, I see. That is problematic. That also explains why `-regex substring` didn't match anything. Could there maybe be an extra mode, or matcher, that's designed more for the use-case...
I fixed this problem by putting this line at the top of `local_gridfile.h`: `#include "sys/types.h"`
Nice tool! :)
Cool! Thanks, Dr. B! The range query is a good stop-gap measure. (Good for people who want to resume downloads, as well.) I think the API for reading the first...
The culprit looks like this call to `expand_path`: https://github.com/pry/pry/blob/master/lib/pry/commands/whereami.rb#L41 If you remove the `expand_path` call, `whereami` works again. I'm not sure why we need to expand the path -- `__FILE__`...
Oh, so Ruby 1.9 gives relative paths in `__FILE__`? Maybe we should just special-case expand_path for Ruby 1.9 then?
Unfortunately, Pry and ARGF are both trying to read from stdin. So either you have to reopen stdin, or tell Pry to use a different IO for user input. Eg:...
Agreed. That would be very nice indeed.
This would be a great plugin to have in QupZilla 2. Link hints are so convenient!
Is there another QtWebEngine based browser with this feature which we can just port over? (There are quite a few browsers which have this: qute-browser, uzbl, luakit, etc.)