Alexandre Rogozine

Results 8 comments of Alexandre Rogozine

I believe you're looking for `NumberComparer` The current implementation could use a bit of optimization. I do accept PRs to InDev branch. Please ensure they pass unit tests and linting.

Haven't done benchmarks, plus as this library uses lazy evaluation (using yield), I'm not sure if there is a competitor to bench against. I do accept PRs for performance and...

I'm having the same issue on Pop OS (fresh install), ``` Python 3.9.5 (default, May 11 2021, 08:20:37) [GCC 10.3.0] on linux Type "help", "copyright", "credits" or "license" for more...

Does this esbuild tool support `continue label`? https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/label

No. LINQ to SQL uses expression trees which provide reflection capability and can be compiled. I'm not aware of such functionality in JS at the moment.

Try yourself. This library uses classes, modules, and async interators.

So, I've updated the tests to use Node 20.10.0 and they all ran without an issue. How are you getting this error?

Might be related to https://github.com/arogozine/LinqToTypeScript/issues/29 I wonder if Server-Side Rendering is trying to transpile down the async for loops with a `continue outerLoop` label and failing