Vojtech Kral

Results 78 comments of Vojtech Kral

Hmm, dependency on gapps would be bad...

I'm still confused as to what "Tasks" are. If that's a Google Calendar API thing, then that's not an option for reasons stated in comments above. As for OpenTasks, I've...

I'm afraid I don't understand the relevance of iCal in the first place. Does AOSP API somehow offer more calendar features through iCal support?

> Technically, I believe it is possible, using whatever method opentasks uses. OpenTasks simply uses the AlarmManager and displays a notification at some point in time, that's all. No calendar...

Please don't remove _Archive now_ from the context menu. I use it regularly...

Ah! So the _"Please add 2500 sats"_ referes to the difference? Ie. I need minimum 60k to start charging? Looks like I simply misunderstood the error message then. Perhaps it...

Alright, after topping up the balance charging worked fine! This is great, thank you.

I think the question should be the other way around: Why use `unsafe` here in the first place? It's very unlikely there is any meaningful perf gain. In some places...

> and it would be better to panic there in release. Not a lot better outcome tbh. Generally it is considered significantly better as it doesn't involve UB.