Colin Taylor

Results 8 issues of Colin Taylor

Upgrading the ignore package to provide better consistency with modern gitignore rules. This allows recursive ignore rules, among other things. Also required a small edit to ensure that empty paths...

bug
enhancement

*Lets handle the yaml formatting changes properly* 😉 Adding prettier for consistent formatting of non-python files. Ruff format only applies to python files, however, other files in the repo still...

Respect the `NODE_EXTRA_CA_CERTS` environment variable and set alternate certificate authorities from the path it specifies if defined and the file exists. This makes network access compatible with npm and other...

Apologies if this has already been asked/solved - I can't figure out exactly what this is called so it's very difficult to search for. I'm writing a simple strongly typed...

topic: other

**Describe the bug** On a fresh, clean install on macOS (Ventura and Sonoma), mise fails to install precompiled python, and immediately falls back to running python-build **To Reproduce** 1 ....

bug

https://github.com/justadudewhohacks/npm-opencv-build/blob/1228a60fb4b5b58abf099638939cf958b22fa815/libs.js#L44 Similar to the above, a CUDA based build also produces a `libopencv_cudaobjdetect.so` (or platform specific equivalent), which will cause the resulting opencv4nodejs module to fail to load at runtime...

When run from within a zip file (such as by directly importing the shiv wheel or within a traditional zipapp), the bootstrap files are stored with temporary file names (From...