Tom Byrer
Tom Byrer
Neat lib, thanks for the clean & easy to scan code! ``` js it('correctly converts numbers < 0', function() { writtenNumber(0.5).should.equal('half'); writtenNumber('1/3').should.equal('a third'); // one third? writtenNumber('0.333333333').should.equal('a third'); // one...
I think one of the precursors to burnout I see is 'always online' life. Folks who don't truely take a day off a week will be like a shooting star....
There are plugins for [other syntax highlighters](https://github.com/conorhastings/react-native-syntax-highlighter); just wondering if you are aware of something for RN using Shiki? TIA :)
Originally interned to build audio DSP software (standalone & VST 'plugnins'). What made it interesting is that it used SSE (mostly level 1) to compute 4 channels of audio at...
Needs more inception! ;)
Your [OverlayContainer docs](https://geekyants.github.io/react-native-aria/docs/OverlayContainer) links to an issue which saw some new action & references the past week that you may be interested in. https://github.com/react-native-modal/react-native-modal/issues/145#issuecomment-905382298 Thanks for this repo; I was...
Better to compare to CF Workers & Deno for seasoned JS devs/ops folks. ref #55 other minor rewording
If so, might want to join [WinterCG](https://wintercg.org/). I was fairly [hot on CFW](https://github.com/lukeed/awesome-cloudflare-workers) ~2 years ago, but got spooked with vendor lock-in, Google tie-ins, & politically vocal engineers. This might...
```bash $ npm test > [email protected] test D:\doc\prog\learn\js\vdom\js-diff-benchmark > node --expose-gc src/bench.js D:\doc\prog\learn\js\vdom\js-diff-benchmark\src\utils.js:29 mutations.push(`remove: drop(${oldNode.textContent})`); ^ TypeError: Cannot read property 'textContent' of undefined at Dommy.container.removeChild (D:\doc\prog\learn\js\vdom\js-diff-benchmark\src\utils.js:29:44) at module.exports (D:\doc\prog\learn\js\vdom\js-diff-benchmark\libs\spect.js:20:18) at...
Seems like to get only 2 icons, I have to `npm i` all 14156 icons on my drive? If true, maybe split each icon family as a separate package? I'd...