matthewvalentine
matthewvalentine
Issue Type: Bug When you are in the main file view, looking at comments, and one of them has a suggested change in it, only the first so-many characters of...
Recommend: `json-sempy`
# Bug Report ### 🔎 Search Terms circular method this async implicitly has type any because it does not have a type annotation and is referenced directly or indirectly in...
## Expected Behavior I should be able to run a process that logs large amounts to stderr, as long as I don't need the full output as a single string...
Calling `exec()` multiple times with a Buffer input produces increasingly incorrect values for `.index`. (Tested on 1.20.8 / commit 4e985f9d13b2820b181df75a912b581a61eab006) This code: ```js const RE2 = require('./re2'); const r =...
This should fix #194. It's not complete in that it does not include sufficient comments, testing, or benchmarking (beyond confirming that it fixes the scaling issue). It may even be...
## Observed behavior My goal is to get a list of all matches in a string. In production, switching from native regexes to RE2 caused an outage because RE2 has...