You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we sha-1 the content and replace the value with the current id field? (like what git does.) The current ids look so damn similar. It is frustrating to enter something like 385373XXX every single time.
The text was updated successfully, but these errors were encountered:
An alternative to this would be what TaskWarrior does:
There is an internal id that is giant and you can refer to it if you want to
But there is a mapping between the giant id and a small id, which is what is displayed and is 100x easier to use
These ids start from 1, and whenever you need to generate one you use the next available smallest id.
This means that these smaller ids get reused, which sounds confusing but really isn't in practice, and makes it really really easy to actually manipulate tasks
Great tool. Thanks for making it.
Can we sha-1 the content and replace the value with the current
id
field? (like whatgit
does.) The current ids look so damn similar. It is frustrating to enter something like 385373XXX every single time.The text was updated successfully, but these errors were encountered: