Kyle Simpson
Kyle Simpson
Similar to what's described here by the wonderfully smart @richhickey, need to add a notion of selecting a view on a type (applying what's required or optional from a larger...
`DOMException: Data provided to an operation does not meet requirements` algo -257, so using subtleCrypto instead of sodium
These new libraries from @oslo-project are worth checking out: * https://github.com/oslo-project/cbor * https://github.com/oslo-project/asn1 They may indeed offer a modern (ESM!?) alternative to the current deps for those capabilities, which could...


https://www.cse.iitb.ac.in/~as/fpcourse/haskell98_tutorial/patterns.html "where clause" section
Reference: https://gist.github.com/philholden/50120652bfe0498958fd5926694ba354#gistcomment-5229287 Claim is, some signatures may parse/verify incorrectly because of missing 2s-complement math on the parsed integers. [Apparent signature example](https://gist.github.com/philholden/50120652bfe0498958fd5926694ba354?permalink_comment_id=5227974#gistcomment-5227974): ```js const c = { id: 'dcYrMAXFosJ2vNyjsjlCKjL_lSk', rawId: 'dcYrMAXFosJ2vNyjsjlCKjL_lSk',...
This might seem quite contrary to CAF's design philosophy, which is that all async work should be cancelable. But, *some* async work is dependent on users, like prompting them for...
Possibly in an appendix instead of its own chapter, as it's a rather niche metaprogramming technique (rarely used outside libraries/frameworks).
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Cant_use_nullish_coalescing_unparenthesized