Elias Wilken

Results 10 issues of Elias Wilken

help wanted

There are some accessory categories that aren't covered by this crate yet: - [ ] Audio Receiver - [ ] AirPort - [ ] Apple TV - [ ] HomePod...

enhancement
help wanted

Some services have `current` and `target` versions of characteristics. Controller set the `target` value and expect the `current` value to update accordingly. Otherwise the controller might assume the accessory being...

enhancement
good first issue

## Motivation Using `kube-rs` on iOS, I came across a panic in the underlying `hyper-rustls` root cert initialization [trying to access the native roots](https://github.com/rustls/hyper-rustls/blob/1c8811a72d089aae0ed05e5416ae4ece21f97828/src/config.rs#L26), which doesn't work on Android or...

Hi there! Thanks a ton for this great crate! We recently tried to update our usage of it to version 0.8.0 to get the new connection retries and saw the...

This makes the library compile and work on visionOS. I'm not 100% sure if `(UIApplication.shared.connectedScenes.first as? UIWindowScene)?.coordinateSpace.bounds ?? .zero` is the best possible approach, but it scratched my own itch,...

Here we go again, as a continuation of #401. 🙂 `TSLanguage` doesn't seem to be publicly exported anymore on the latest version of tree-sitter (or its Swift package wrapper), so...