Eugene Lazutkin

Results 95 comments of Eugene Lazutkin

This is a node.js-based project. It is mostly used as a [grunt plugin](https://www.npmjs.com/package/grunt-tight-sprite) in an asset pipeline. I have no idea how browserify helps in any of that. The project...

IC. So how can I repro the problem the easy way? Is it enough to `require()` a tight-sprite module and run it through browserify?

Note to myself: browserify is a static code converter. It is likely having a problem with dynamic UMD prologues used by `heya-ctr`, or any other library. If we can verify...

IMHO, emoji is a very important Unicode class nowadays. I would love to see it supported. But we (node-re2) support classes only defined by google/re2. Please verify that they support...

Thx. We can try to build with more dependencies. I wonder what category names would be supported. Another thing: right now we use RE2 sources unmodified — it helps maintenance,...

I am getting seemingly the same problem: ```txt Trace: The new-window event is deprecated and will be removed. Please use contents.setWindowOpenHandler() instead. at Object.log (node:electron/js2c/browser_init:225:603) at emitDeprecatedNewWindowEvent (node:electron/js2c/browser_init:185:1303) at openGuestWindow...

Sounds useful. We can implement it as a custom `RE2`-specific feature. Points to clarify: 1) Super simple JavaScript API. ```js // possible sketch // creating var iterable = [/1/, /2/];...

> By the way, do you want to use a benchmark framework/runner in particular? Because it is an internal deal, not published anywhere, I don't really care as long as...

Looking into this RE2 option, it seems less useful: apparently it is used only as extension of test(). It means it cannot return matches, groups, and so on. Just a...

40x is a compelling number. I guess it makes this feature back in the game.