kumavis
kumavis
[browser-resolve](https://github.com/shtylman/node-browser-resolve) allows you to override packages when browserifying your app. when using beefy, these are not processed.
unicode is annoying to work with, you cant do `split('')` on the emoji string. would be nice to get a list of the emojis. im open to alternative solutions.
``` javascript eval('1+1; 2+2;') //=> 4 evel('1+1; 2+2;') //=> SyntaxError: Unexpected token ; ``` https://github.com/natevw/evel/blob/gh-pages/evel.js#L3
originally referenced here: https://github.com/tlhunter/game-of-life/issues/2 A tool for selecting and placing commonly used pieces. No need to build delicate structures by hand! Feature includes: - collection of game-of-life pieces - menu...
Neat project! But I have to admit I had no idea what I was looking at when someone sent me the link.
"roughly two cents" woah! literally giving someone their "two cents"
thank you :heart: :heart: :heart:
from the readme: ``` We hope established torrent clients (uTorrent, Transmission, Vuze, etc.) will add support for WebRTC and the WebTorrent extensions so they can swarm with peers from both...
looks like theres an issue with plan count https://ci.appveyor.com/project/browserify/browserify/builds/35674497/job/lt5544d5ttcjla1n#L1319
can do this ```js const bundler = browserify() bundler.external(externalDeps) ``` but no option for this ```js browserify({ external: externalDeps }) ```