Will Lisac

Results 5 issues of Will Lisac

The `KeyedCacheSupporting` implementation wraps all `Codable` values in a `data` object. I can see why this is needed for `String`, `Int`, etc, when using `Codable` with JSON. However, when getting...

enhancement

`DZNEmptyDataSetView` sets its frame to the scroll view's bounds. I'm experiencing problems with this when reloading the `DZNEmptyDataSetView` while the scroll view is scrolled/scrolling. ``` objc - (void)didMoveToSuperview { self.frame...

I'm wondering if it's possible to use burrow in a way that it doesn't depend on having access to zookeeper. It looks like there is a [Consumer-Kafka](https://github.com/linkedin/Burrow/wiki/Consumer-Kafka) that can consume...

The Payload Format Indicator should be int8, not byte. https://docs.oasis-open.org/mqtt/mqtt/v5.0/os/mqtt-v5.0-os.html#_Toc3901111 Here are a couple relevant places that would likely need to change. https://github.com/mqttjs/mqtt-packet/blob/1f1bb6564244215f5a42b933308a48f769d3b357/constants.js#L108 https://github.com/mqttjs/mqtt-packet/blob/1f1bb6564244215f5a42b933308a48f769d3b357/types/index.d.ts#L72