Steve Kamerman
Steve Kamerman
This PR removes an unreachable line of code that is flagged by `go tool vet .`: ``` $ go tool vet . syntax/ast/parser.go:86: unreachable code ``` Personally, I prefer the...
Hi, I've been trying to use emitter for 4 months now, but am constantly plagued with reconnection issues. Basically, whenever there is a network interruption, the Go client seems to...
See issue #17 : upon reconnection, all existing subscriptions are lost. The two ways I've found to fix this are to set `CleanSession(false)` in the MQTT client, or to explicitly...
This PR adds support for detecting the ImageEngine CDN's server header and domains.
- chore: remove PHP 5 tests - feat: working on return types
Since Safari doesn't support zstd yet, I have to keep brotli enabled, however, this module is run after brotli, so if both are supported, brotli is used. This is a...