Kyle Simpson

Results 186 issues of 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

bug

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...

![screen shot 2016-09-09 at 12 53 33 am](https://cloud.githubusercontent.com/assets/150330/18369742/e126b8b4-7627-11e6-9288-8f155347e632.png)

for second edition

![screen shot 2016-09-08 at 11 52 08 pm](https://cloud.githubusercontent.com/assets/150330/18369668/80a2ebb6-7627-11e6-87f5-e5a4b1c54e03.png)

for second edition

https://www.cse.iitb.ac.in/~as/fpcourse/haskell98_tutorial/patterns.html "where clause" section

enhancement
help wanted
good first issue

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',...

help wanted
question

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...

enhancement
help wanted
good first issue
question

Possibly in an appendix instead of its own chapter, as it's a rather niche metaprogramming technique (rarely used outside libraries/frameworks).

for second edition

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Cant_use_nullish_coalescing_unparenthesized

for second edition