Bruce MacNaughton
Bruce MacNaughton
> Instruction counting isn't the way to measure this, as instructions are variable length on x86 makes sense; i figured the count was a proxy for the instruction-bytes, but precision...
is there anything i can do to move this along? it might make sense to hardcode the whitespace and control character checks as opposed to generate them from the downloaded...
in theory we can make the changes to `isInt()` but it has a different signature. `toInt` accepts a radix argument which is not present in `isInt`'s signature. my understanding of...
to make sure i understand, `isInt` signature should allow radix to be passed in options? the only issue i have with that is that `parseInt` accepts `2.7` and returns 2...
@tux-tn = there you go!
@profnandaa - i promise, i'm done with this now unless you have a suggestion!
ping @profnandaa - because this validates strings that only start with an integer as "safe", it would be great to get this fixed. is there anything i can do to...
the link error occurs when `cargo test` is executed, and it occurs locally as well (i thought it was the build step but it's not). v1 executes `cargo test` without...
i thought there might be a difference in the library path, but they're the same. the only differences are the metadata and extra-filename values (and the napi and napi-derive versions)....
there are two issues that make it hard for us to move to v2 (noted above, but i wanted to make them more explicit) - is there a way, using...