Lee M

Results 39 issues of Lee M

Would love to use this on an `AppKit` app :)

help wanted

I see often in benchmarks that SwiftNIO seems to perform worst than most other things out there. I expect this will probably get better over time. It would be very...

Some usage instructions for those attempting to convert `zigbee-herdsman` messages outside of `zigbee2mqtt` would be greatly appreciated 🙏 Currently jumping between `zigbee2mqtt` code and ChatGPT to figure out how to...

From observing Android apps, have you noticed any response that correctly maps DP ids to their names? Some devices with the same functionality have DPs ordered in different ways, so...

Thanks for your work on this. This is a life saver for anyone looking to rightfully control the devices they've bought and own. Would it be possible to move `_TUYA_KNOWN_VENDORS`...

Hey, I'm trying to validate a Tuya protocol implementation, but don't have any 3.1 or 3.4 versioned devices. Everything I've bought is 3.3 or 3.5. Is anybody able to provide...

documentation

Hey, I'm using `tinytuya` from a Swift codebase (via `PythonKit`) to interact with a set of Tuya devices via a native macOS app. Works really well 🎉 However, sometimes the...

enhancement

Sometimes you don't care about the value of a query parameter, you just want to know if it exists or not.

help wanted
good first issue

Sometimes you want to return a type from a route that's just `Encodable` and not entirely `Codable` (as `Content` requires)