Will Lisac

Results 12 comments of Will Lisac

> In my opinion it's better to make this logic explicit and visible, removing the InstanceCreator and adding a new "MockBoard" in `SupportedBoard` and return mocks in every instance creation...

Thanks @MaxDesiatov! I'd love to provide Swift 5.2 images, but I've been waiting on ARMv6 and ARMv7 binaries from [buildSwiftOnARM ](https://github.com/uraimo/buildSwiftOnARM). I could release Swift 5.2 images for aarch64 using...

I'll keep an eye on the progress for ARMv6 / ARMv7 over the next week or two. If there isn't a Swift 5.2 release available soon, I'll probably do a...

Awesome. Thanks @tanner0101. The workaround is pretty usable for now 👍

I'm seeing the same warning. Would love to see this make it in.

Another idea – we could add a delegate method that provides the initial frame for positioning in the scroll view.

I think the last idea is the simplest solution. I've opened a pull request: https://github.com/dzenbot/DZNEmptyDataSet/pull/148

Thank you for such a quick reply and for this library.

I just noticed that the Will Message's Payload Format Indicator already has a type annotation of `number` instead of `boolean`. https://github.com/mqttjs/mqtt-packet/blob/1f1bb6564244215f5a42b933308a48f769d3b357/types/index.d.ts#L43 I think the publish packet using `boolean` instead of...

I think I hit a similar challenge using the `NIOSSLClientHandler`. This is how I solved it, but having an API that works nicer with the `channelInitializer` would be helpful 🙂...