You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.
I tried to use gnomon in combination with rg (ripgrep) as in: rg -i commonWord|gnomon, in order to find the commonWord inside a very large repository.
If there is a notSoCommonWord, it works without any issues.
If that commonWord is pretty common and there are too many results, apparently gnomon crashes with the following error:
var through = require('through');
^
RangeError: Maximum call stack size exceeded
at RegExp.[Symbol.replace] (native)
at RegExp.[Symbol.replace] (native)
at String.replace (native)
at Chalk.module.exports [as stripColor] (/usr/local/lib/node_modules/gnomon/node_modules/strip-ansi/index.js:5:39)
at stampLine (/usr/local/lib/node_modules/gnomon/index.js:81:28)
at stampLine (/usr/local/lib/node_modules/gnomon/index.js:84:9)
at stampLine (/usr/local/lib/node_modules/gnomon/index.js:84:9)
at stampLine (/usr/local/lib/node_modules/gnomon/index.js:84:9)
at stampLine (/usr/local/lib/node_modules/gnomon/index.js:84:9)
at stampLine (/usr/local/lib/node_modules/gnomon/index.js:84:9)```
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I tried to use gnomon in combination with rg (ripgrep) as in: rg -i commonWord|gnomon, in order to find the commonWord inside a very large repository.
If there is a notSoCommonWord, it works without any issues.
If that commonWord is pretty common and there are too many results, apparently gnomon crashes with the following error:
The text was updated successfully, but these errors were encountered: