Dakshin K
Dakshin K
[This](https://stackoverflow.com/a/11111042) StackOverflow answer gave me the idea of wrapping the command in parantheses like so: `(alerter -message hello &>/dev/null &)` But I feel this isn't the best way to do...
Hi, just to provide a bit more info on one of the use cases that inspired this issue: * We have two datasets, say A and B, both of which...
I think it might be nice if we had something similar to the `TriggerRule` for task instances, on datasets? Not just an enum though, I was thinking something similar to...
@cmarteepants Yes that would solve the problem at hand, however it's not ideal as re-computing `C` multiple times could cause an issue as there's no guarantee that operation is idempotent....
Additional information: https://developer.android.com/about/versions/14/changes/schedule-exact-alarms The `SCHEDULE_EXACT_ALARM` is now denied by default on Android 14