Conversation

This is entirely my fault, but there's nothing quite like the feeling of unparalleled stupidity that happens when you code up 80% of a tool only to realize you neglected to verify the API you need for the last 20% actually exists.

In what I'm sure is a completely unrelated comment, you can't move tasks between Todoist projects and sections using their REST API, despite them strongly encouraging tool makers to use that over the sync API.

1
0
1
@bmp this was me using subtle/webcrypto last night realizing i “needed” to now write my own der/asn.1 parser because another spec (webauthn) requires wrapping signatures in der format for specific extremely common key types. (fwiw node’s crypto lib solves this out of the box but really disorienting and confounding when you get two verify functions disagreeing)
0
0
0