Stefan Penner
Stefan Penner
## Description https://volta.sh/ is a fast, reliable cross platform Node.js version manager which is authored in rust, and also managers globally installed node_modules in a unique manner. This helps ensure...
I can appreciate the existing maintainers are likely busy, so in the interim I would like to recommend users the similar node_module [CPR](https://github.com/davglass/cpr). Milage may vary, but for my use-cases...
https://github.com/stefanpenner/sync-disk-cache/issues/17
Hey, I'm curious if interest exists in introducing some throttling on IO, this would be to prevent overwhelming the system when copying large trees. Or maybe a recommendation for preventing...
people may be having issues with optional deps not being installed, but validated... https://github.com/ember-cli/ember-cli/issues/4965
given: [a shrinkwrap](https://gist.github.com/stefanpenner/61d9ba7ec73184fc6bcd) and ``` symlink node_modules/broccoli-merge-trees @ 1.x node_modules/foo/node_modules/bar which depends on broccoli-merge-trees @ 0.2.x ``` the symlink does not correctly put the dep checker into warn only mode...
Something seems funky. By default, it appears that `ember-cli-autoprefixer` is run after minification of css. This results in comment based autoprefixer declarations such as /*! autoprefixer: */` not making their...
In node `0.10.x` Cross library async interleaving can result in `(node) warning: Recursive process.nextTick detected. This will break in the next version of node. Please use setImmediate for recursive deferral.`...
maybe we can use responsive CSS to show a minimal header if the real estate shrinks? cc @miguelcobain
Using the latest version of volta: ```sh $ volta -v 1.0.5 ``` With a package.json that specifies `node 14.x` (with custom npm registry in `.npmrc`) ```sh $ cat package.json |...