Brad Robinson
Brad Robinson
Hi, This is more a question more than an issue, but wasn't sure where else to post it. I'm looking to integrate OpenGL.NET into my custom Windows UI library which...
I noticed this package uses `req.on('close')` to remove disconnected clients however my understanding is that this event is only triggered for cases where the client explicitly closes the connection and...
### SerialPort Version v9 and v11 (at least) ### Node Version v20.3.1 ### Electron Version n/a ### Platform OpenSUSE Tumbleweed: Linux localhost.localdomain 6.4.3-1-default #1 SMP PREEMPT_DYNAMIC Tue Jul 11 06:23:11...
At this line, ml5 is setting an option named `minConfidence` on the TinyFaceDetector. https://github.com/ml5js/ml5-library/blob/c3123cac0b1dfa0ed8e3e2588e8dea72ccd05aa8/src/FaceApi/index.js#L116 But [according to this](https://github.com/justadudewhohacks/face-api.js/#tinyfacedetectoroptions) it should be setting `scoreThreshold` instead. Also, why not add the ability...
Where can I find some more information about how i2c slave works? For example: * I'm looking at the i2cping example, and it looks like the slave is polling for...
I think the replacement string for colors has a missing "#" ``` replace /([^"'=\s])(\s*)#([0-9A-F])\3([0-9A-F])\4([0-9A-F])\5/ "$1$2$3$4$5" ``` should be ``` replace /([^"'=\s])(\s*)#([0-9A-F])\3([0-9A-F])\4([0-9A-F])\5/ "$1$2#$3$4$5" ```
Thanks so much for this library. I've been using a highly modified version for diffing arrays and found for some large array sets with simple edits it was quite slow...
### Is your feature request related to a problem? Please describe Need a way to create a .tiff image with channels RGB + meta0 (not alpha) ### Describe the solution...
### Is your feature request related to a problem? Please describe I have a project that works with very large tif images. I need to keep the large image in...
When a test throws an exception or an assertion is there somewhere I can see the call stack? eg: this is what is see with the extension: >  whereas...