Dan Raper

Results 44 comments of Dan Raper

@kesselb I'm not too familiar with that feature. It looks like it could break that, but in that case I'm not convinced it was working correctly to start with. The...

I wasn't able to install with PMCA-RE either, and when I tried installing with ADB I got INSTALL_FAILED_TEST_ONLY. I was able to successfully install with `adb install -t NAME.apk` Looks...

@ildyria great news, thanks for letting me know. Sorry I didn't get the chance to take a look at implementing it! I'll give the PR a test.

I haven't tested it, but could something around partitioning work (eg. [for MySQL/MariaDB](https://mariadb.com/kb/en/big-deletes/#partition))? It looks like that could work but I guess the downsides are: - Its not guaranteed to...

No particular objection, more just to handle the use-case of more easily handling different retention times for different devices, although I see that being a bit niche

@BIhab also try tweaking the `LIMIT` on the end of the query. If you still have excessive resource consumption with a low limit, its almost definitely something index related.

Are there any updates on when this will make it into a release/beta? It's been an issue for a while now, happy to help out with testing if needed. The...

Thank you both for the links. I've been working on this in [my fork](https://github.com/dan-r/hacs_waste_collection_schedule), based on mampfes's branch. Currently I've got a basic config flow, ability to change options (but...

Thanks for your feedback on these changes! > I think it would be nice to "move" the wizards to the UI. I thought about a check whether the source or...

@5ila5 thanks for that - merged it in