Wouter Verweirder

Results 6 issues of Wouter Verweirder

This pull request adds support for connecting to comfy running on an HTTPS server. I chose to use an options parameter object, in case additional options need to be added...

libOpenNI.dylib still linked to one installed in /opt/local... This pull request fixes that linkage so it links to libusb in the bin folder

I noticed an issue with the hardware shutdown code. The claimed usb device isn't properly released, which causes issues when you create a new instance of the hardware layer without...

Wanted to give you a head's up: we're covering ML5 js at our university, running it in vanilla javascript (instead of P5). I've created a set of examples and a...

### Prerequisites - [x] I have read the [Contributing Guidelines](https://github.com/ionic-team/ionic-framework/blob/main/docs/CONTRIBUTING.md#creating-an-issue). - [x] I agree to follow the [Code of Conduct](https://ionicframework.com/code-of-conduct). - [x] I have searched for [existing issues](https://github.com/ionic-team/ionic-framework/issues) that already...

triage

I've been able to get a 20x performance update for the raw python implementation. (and 40x when using a caching mechanism). 1. **Added Numba JIT compilation** (`@jit(nopython=True)`) to: - `thinningZSIteration()` ...