Eugene Lazutkin
Eugene Lazutkin
Published as 1.21.0.
That would be very cool. I suggest to write a minimal C/C++ implementation — we can dress it up as a Node extension later using the technique I used for...
@Aurele-Barriere and @cpitclaudel: I want to clarify that I am not a maintainer of [google/re2](https://github.com/google/re2). I am a maintainer of Node bindings for that library interested in using modern fast...
I finally read the article and it is excellent! That’s exactly what we, practitioners, need! Major kudos to @Aurele-Barriere and @cpitclaudel for all hard work they did with regular expressions!...
No idea how to test this specific case and how to make failing more prominent. Contributions are welcome.
> Not sure if this is the same issue... This is an actionable info. Thank you. I see some compiler errors in `nan.h` and `include/node/*.h` files. The former file comes...
I was thinking about a fix like that: * If it is a buffer: do it like we do now. * If it is a string: convert it to a...
The stack traces do not indicate JS problems. More likely it is a memory problem, which can be induced by a bad JSON. Some of my notes: * If you...
I am closing this ticket as stale. Please reopen if you still have a problem related to `stream-json` and provide a way to reproduce the problem.
It looks good. I plan to merge it in the next release.