Rob Moore

Results 48 comments of Rob Moore

Wouldn't the easiest option simply be to get git to interpret it? It looks like the problem is that ag has attempted to naively parse git's gitignore syntax, but it...

@Chipe1 notice that the parent directory in my example **isn't** excluded; I've excluded `src/*` and then set `src/xantoria.com` as an exception to that rule; I didn't exclude `/src` itself. I...

Is any change planned for this? If it's too dangerous right now then it always will be, I suppose? This behaviour is quite misleading and it makes `JsonReader`s relatively useless...

You'll need to provide more information about how you're using the package.

(note that the example frontierpsycho gave is how it's done in the example in the readme, too)

@fortuna There's nothing to fix; see frontierpsycho's comment from last year.

I've made a patch which can override default levels, though it looks like it'll be extra work to add the same feature for formatting "verbs"; I had a stab at...

Here's the initial attempt I made at applying it to {color} in formatters, but I ran into the snag I mentioned above so the draft doesn't compile as I haven't...

I'm not sure I understand your suggestion; it sounds like you're suggesting having the formatter string hard code colours in? That seems strange as it wouldn't respect the log level,...