Bruce MacNaughton
Bruce MacNaughton
This is my first rust PR, so if I miss anything obvious please let me know and I'll do my best to fix it. This was a bit more of...
I've updated the PR to implement the requested changes. This is now a breaking change in that what previously would have passed might now fail. - moved all "is it...
v2 looks amazing - thanks for the work. i have tried using it with our project and ran into a few issues that might be worth documenting in your blog....
* **Node Version**: v16.14.2, v8.5.0 * **Platform**: ubuntu 20.04 (wsl) * **Compiler**: gcc 9.3.0 * **Module**: @contrast/heapdump This is really a question; my goal is to create a node-addon that...
I work with appoptics-apm and have been watching progress on ECMAScript modules from a distance for a while. I'd like to thank everyone for wrestling with the complexities involved in...
I'm surprised that -13 is not recognized as thirteen. It's very clearly just 13 with a bad attitude.
I'm not sure if you care about supporting jquery 2.0 but they dropped support for $.support.opacity (only matters for unsupported browsers) so the various checks of $.support.opacity fail. I'm setting...
I am using `napi_create_array_buffer()` to create an ArrayBuffer but I don't know how to use it in the napi-rs context. If there is a way to create an ArrayBuffer with...
* **v12.16.1**: * **Linux uxpanapa 4.15.0-88-generic #88-Ubuntu SMP Tue Feb 11 20:11:34 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux**: * **Chrome Version 80.0.3987.132 (Official Build) (64-bit)**: ``` 'use strict'; const trace_events...
in a private repo, we get timeouts trying to restore cache but **only on windows and *only* if run with a non-standard larger runner.** - linux - standard runner (`linux-latest`)...