Dimitri Bouniol

Results 68 issues of Dimitri Bouniol

If I save a pattern to a MK2 device, it will play when a server tickle expires, when it is plugged into a wall outlet (iPhone USB charger), and when...

I've set a servertickle with `blink1-tool --servertickle 1,1 -t 15000`, but once blink(1) is plugged into a Mac, it flashes (most of the time) white, then off. Is there a...

While refactoring the unix domain socket implementation in #228, I noticed that we could probably combine the `host` and (new) `socketPath` properties on `HTTPClient.Request`. From what I could tell: -...

Perhaps integrating with [BFColorPickerPopover](https://github.com/DrummerB/BFColorPickerPopover) would work well?

enhancement

Use a mask for the square face instead of trying to get complicated math to work reliably ;)

This allows many aspects of the HTTP server configuration to be changed after the server starts without needing to stop and restart it, or drop existing connections in the process....

Fixed an issue where HTTP2 didn't support response compression and request decompression. It seems like it may have been omitted when adding explicit support for HTTP2. Not sure what to...

I would like to dynamically update some of the HTTP server's configuration on the fly, specifically TLS settings like with an updated certificate, but without bringing down the server and...

enhancement

### Describe the bug I noticed the response compression didn't work for HTTP2 requests, because the `addVaporHTTP2Handlers()` method doesn't seem to add the handlers like the HTTP1 handler does. ###...

bug

It doesn't seem like async entry points work when using `swift sh`, at least at first glance. I initially noticed this when migrating from `ParsableCommand` to `AsyncParsableCommand`, and all of...