raganwald.github.com icon indicating copy to clipboard operation
raganwald.github.com copied to clipboard

raganwald.com jekyll source

Results 28 raganwald.github.com issues
Sort by recently updated
recently updated
newest added

https://github.com/raganwald/raganwald.github.com/blob/8f7d5485780d853195678535aaece2956aa8fbd2/_includes/head_tags.html#L30 I know you removed your twitter account so figured you would want to know this link was still on your site.

Bumps [@braintree/sanitize-url](https://github.com/braintree/sanitize-url) from 6.0.0 to 6.0.2. Changelog Sourced from @​braintree/sanitize-url's changelog. 6.0.2 Fix issue where urls in the form https://example.com

/something were not properly sanitized 6.0.1 Fix issue where urls in...

dependencies
javascript

Bumps [d3-color](https://github.com/d3/d3-color) to 3.1.0 and updates ancestor dependency [mermaid](https://github.com/mermaid-js/mermaid). These dependencies need to be updated together. Updates `d3-color` from 1.2.3 to 3.1.0 Release notes Sourced from d3-color's releases. v3.1.0 Add...

dependencies
javascript

Found a typo in `/2020/05/03/fractran.html`: It reads "If we one of them", but should read "If we *program* one of them".

function * downToOne(n) { for (let i = n; i > 0; --i) { yield i; } } [...downToOne(5)] //=> [ 1, 2, 3, 4, 5 ] The array should...

Hey Reginald! I've been reading ["Why Y? Deriving the Y Combinator in JavaScript"][whyy] with great pleasure. I was somewhat familiar with the concepts, but following through really helped them click....

Hi, I was reading http://raganwald.com/2015/02/07/tail-calls-defult-arguments-recycling.html, and it's fascinating stuff, thank you. However, I was doing some testing myself, and I found that the tail call version of `length()` still hits...

the link `much much more` at the bottom of https://github.com/raganwald/raganwald.github.com/blob/master/_posts/homoiconic/2013-02-10-prototypes.md / http://raganwald.com/2013/02/10/prototypes.html is broken 😘