Jean-Philippe Côté
Jean-Philippe Côté
The getUserMedia() function no longer works when hosted via insecure origins (non-https).
Basic example for Arduino Uno WiFi rev2 or other boards using the WiFiNINA lib
`node-serialport` [changed its API](https://github.com/EmergingTechnologyAdvisors/node-serialport/blob/master/UPGRADE_GUIDE.md) with version 4 (constructor, autoOpen, etc.). Is it planned for `browser-serialport` to align with those changes ?
### Discussed in https://github.com/djipco/webmidi/discussions/257 Originally posted by **jdlee** May 2, 2022 I'm also having trouble getting this event to fire using the below code: ```js WebMidi.addListener("connected", e => { console.log(e.port.name);...
I have a class that extends another one. Is it possible for the child class to include documentation for inherited methods? I'm only getting documentation for the actual methods in...
The standard `AudioNode` object has an `audioContext` property. For compatibility reasons, would it be possible to add this property (in addition to the `getAudioContext()` method)?
If the intersection is less than a pixel high or wide, `getImageData()` will (rightfully) throw the following error: ```Uncaught DOMException: Failed to execute 'getImageData' on 'CanvasRenderingContext2D': The source height is...
Hi, I stumbled upon an interesting issue. If you run the following code (Neopixel strip + Johnny-Five + Firmata, no backpack), you will see that using "red" as the color...