Peter Rust
Peter Rust
@Pita, I understand if you're not interested in this pull request, as it is a breaking change for any code that relied on the throwing behavior of `ERR()`. However, it...
@Pita: I'm not sure if you're interested in this feature, but it will be useful to us, so I thought I would open a pull request as an FYI. Occasionally...
@antirez: Thank you for a great library! I realize that supporting Visual Studio is probably not your highest priority. However, with the C99 support added in Visual Studio 2013, all...
The `nuke` option currently specifies whether to nuke the temp profile directory _and_ whether to kill the process. I split this to two options, a new `kill` option that specifies...
@nucular: First, thank you for building this! I was looking for this exact thing & was very happy to see that someone had built it. > A move to a...
I recently used the async codemod to convert 2,500 lines of tests and found it to be inconsistent. It **would add `await` places where it shouldn't**, for example, before underscore...
@rocketslide: 1-char typo/spelling fix
@zero-ui: FYI, a while ago @syoyo did some similar work here: https://github.com/syoyo/nanocanvas (duktape bindings to the cross-platform [nanovg library](https://github.com/memononen/nanovg/)). I contributed a few [pull requests](https://github.com/syoyo/nanocanvas/pulls) and wrote a very simple...