Lee M

Results 32 issues of Lee M

I'm building an app that has no local signing (which I think might be related). Every time I launch a new build, `SMAppService.mainApp.status == .notFound` and a new `Login Item...

I have a model In my project that is simply serialised and sent to a Swift server to process. My client-side build needs a whole bunch of `nio` dependancies simply...

enhancement

I'm working with ESPHome on an RGB bulb - and if I interact with the bulb for a bit, scrubbing through colours etc, the connection will eventually drop and not...

It turns out that Tuya device configuration, as seen in the `Tuya Pinout Config` page of the docs is documented more fully on the official Tuya website. See here: https://developer.tuya.com/en/docs/iot/product-firmware-information-configuration-instructions?id=K9s9rhj59ov2z...

documentation

Here: https://docs.libretiny.eu/docs/projects/esphome/#download-esphome This: `image: docker pull ghcr.io/libretiny-eu/libretiny-esphome-docker:latest` Should be this: `image: ghcr.io/libretiny-eu/libretiny-esphome-docker:latest`

Twitter is turning off @Anywhere on 6th December 2012. Should probably remove support from this bundle at some point. See: https://dev.twitter.com/blog/sunsetting-anywhere

I managed to get HomeKit to identify and add the bridge, then find and add the light - but the controls do not work. The controls are responding in the...

I'm working on a Swift project that has a server side, and client side. I'd like to unify the definition of endpoints across both builds. Something like this would be...