Galen Knapp
Galen Knapp
We should probably update the help documentation as well. My understanding is that any ISO-8601 format should be parsed (https://momentjs.com/docs/#/parsing/string/) with your PR; not just the "20180806" format, which is...
It looks like date-fns also supports ISO-8601, so that's cool too. I think it's good to keep perf and size in mind, but it's worth mentioning that ~50kb is still...
Is the use of git here simply to use git as a storage provider or is there more? It seems like git is pretty different than the storage provider this...
It's not a great workaround, but if you enclose your task text in quotes, like: ``` tb -t "Do these dashes -- work?" ``` This should save properly. I ended...
A few theories as to what might be happening here: 1. Gmail may have updated their intent filter in the app manifest to restrict the intent actions or selectors that...