fugue
fugue copied to clipboard
Unicorn for node.js
Hello pgte! I am migrationBot, an [open-source](https://github.com/blakmatrix/node-migrator-bot) bot, and I'm here to help you migrate your codebase to node v0.8! Did you know that the "sys" module throws an error...
Hi! I am migrationBot! Did you know that `path.{exists,existsSync}` was moved to `fs.{exists,existsSync}`, and that `tty.setRawMode(mode)` was moved to `tty.ReadStream#setRawMode()` (i.e. `process.stdin.setRawMode()`) in node v0.8.0? Read more @[API changes between...
In my code, I spawn 5 workers. The app server has an internal counter. If it exceeds 20, then it will app.close(), then process.exit() after 1 second, to make sure...
Hey @pgte - just wanted to see if you're interested in releasing this [NPM name](https://www.npmjs.com/package/fugue). I'm looking into creating an NPM library based on [this paper](https://arxiv.org/abs/2305.00583) and want to link...