Richard

Results 29 comments of Richard

> how to handle whether or not to automatically switch I don't know about iOS, but IIRC on Android at least you can a) request the current network state b)...

I translated the new strings to dutch, but got the feeling some of them might be a bit iffy :-( As in it's a "correct" translation, but I wouldn't be...

Thanks, missed those.

About 50% of my apps have "App doesn't allow backup", but a few show "Backup quota exceeded". Those really don't stand out now, which I think is a problem: if...

Another free (and also Dutch) provider is the KNMI, which has a custom integration here: https://github.com/golles/ha-knmi They both already map API conditions to `homeassistant.components.weather`: [knmi](https://github.com/golles/ha-knmi/blob/debab4c2ef09f1ced0b0535a8a8e93ee2951ff90/custom_components/knmi/const.py#L99) / [buienradar](https://github.com/home-assistant/core/blob/4c952f09aca57352c339c0111c31a069ab2311fa/homeassistant/components/buienradar/weather.py#L190) So maybe instead...

Re: build flavor: As I understand it, the casting protocol is open but the Google client implementation is not. Apparently the VideoLAN people ran into the same issue, and decided...

> Caching and proper downloads have been added, but can anyone explain what this feature would look like with some examples in other services? Should it sync in the background,...

Also ## What I think a *minimal* implementation could look like: ### Some ways to select *what to sync*: - A new menu item for songs/albums/artists/playlists "Sync this item" ->...

My phone (LineageOS stock contactsapp) tries to open https://www.google.com/maps?daddr=Aardbei+1%0AHengelo%0ANetherlands+(Overijssel) It is opened in Organic Maps, but not recognized. Thu URL corresponds to `https://www.google.com/maps?daddr=+%0A%0A+()`

I'm still getting this error in the master branch. I added some logging like this to [kdbx.py](https://github.com/roddhjav/pass-import/blob/master/pass_import/formats/kdbx.py#L56): ```python if kpentry.path is not None: try: entry['group'] = os.sep.join(kpentry.path) except TypeError as...