Ophir Lifshitz
Ophir Lifshitz
Fixes a bug demonstrated in https://jsfiddle.net/vy3tsq8o/. Code repeated below: ```html 11 22 11 22 ``` ```js var pattern = /\d+/g; var replaceFunction = (useDocumentFragment) => function(portion, match) { var fragment...
### Introduction The main idea of this library is to split a match into portions when it crosses element boundaries. > Note: I will refer to only the `input` and...
I suppose it should be enabled by a config flag, since this is mostly useful for developing and testing new modules, but not very useful in production when modules are...
To reduce clutter and noise, I would love the ability to blackbox (either exclude or collapse into a single node) commits matching some criteria: * all commits before a certain...
To [count the total number of matches](https://stackoverflow.com/questions/2908757/count-number-of-occurrences-of-a-pattern-in-a-file-even-on-same-line), rather than the number of matching lines, the recommended solution is to pipe `ack -o` to `wc -l`. There’s nothing wrong with this...
I looked up how to use named capture groups in the `--output` pattern and found a Stack Overflow answer titled [“How to use named regex groups in ack output?”](https://stackoverflow.com/questions/4222727/how-to-use-named-regex-groups-in-ack-output). 1....
Words like `attach`, `detach`, `spinach` currently get pluralized as `attachs`, `detachs`, `spinachs`.
I have a corpus of text that often uses explicit non-breaking spaces (NBSP, U+00A0). They are mainly used to keep together words in the same sentence. They often appear after...
Ack, grep, and other programs sensibly print `--` between groups of context (`-A/-B/-C`). However, it would be nice to disable the `--` with an option especially when the output will...
Thanks a ton for this tool! I noticed that when I am searching in lookup resources, I often feel it would be convenient to see the number of strokes at...