Billy Moon
Billy Moon
I made a tiny mixin to hook up RandExp with chance.js so that it becomes trivial to generate random strings that match a regex pattern definition, reproducibly (by providing seed...
Waf: Leaving directory `/usr/local/lib/node_modules/db-mysql/build' Build failed: -> task failed (err #1): {task: cxx connection.cc -> connection_1.o} > [email protected] preuninstall /usr/local/lib/node_modules/db-mysql > rm -rf build/* npm ERR! [email protected] install: `node-waf configure...
It seems that having any `file.coffee.md` named files in the source folder breaks the toaster, with this error... ``` bash-3.2$ toaster -c path.existsSync is now called `fs.existsSync`. /usr/local/lib/node_modules/coffee-toaster/node_modules/coffee-script/lib/coffee-script/coffee-script.js:51 throw err;...
I showed this game to my kids, but they get bored because they keep losing too fast. If there was an option to slow it down a lot, that would...
Coffeescript supports literate style programming now, so you can write markdown, and the code sections are compiled as your regular coffeescript would. It would be nice if it was supported...
Coffeescript can generate source maps now. Would be nice to use that feature in this plugin.
I think it would be useful to use this package as a library for converting/parsing/manipulating PGN files. This should be independent of the browser, so it can work on the...
I am trying to read the generated file on my mac, but it fails when trying to open with error: ``` Excel cannot open this file. The file might have...
Not sure of the implications, but it was useful for me to handle redirects to absolute urls that have no domain by appending the `headers.location` to the `req.originalUrl` minus the...