Corey Butler
Corey Butler
Files which are pre-compressed with Brotli compression are not serving the appropriate compression headers. The file itself is served, but browsers do not decompress it when the HTTP header isn't...
Fenix 3.0.0 
There have been multiple requests for npm management and related workflow niceties, first noted in #26. To resolve this, add a `hooks` directory, similar to how git does it. NVM4W...
Due to the confusion (ex #472, #474), the app should compare the node.exe path to NVM's. If it doesn't match, _display a warning_ that a conflicting installation of Node needs...
Having a script launcher similar to npm would be an effective way for customizing functionality that does not fit into the [hooks system](https://github.com/coreybutler/nvm-windows/issues/190). For example, running `nvm run ` should...
I just setup a new environment and hadn't yet added my SSH keys with the ssh-agent... therefore I was being prompted for a passphrase for each git request. `np` hung...
 The screenshot says it all, but for those arriving here by search terms: "Using latest version of Electron" "Your application is using version 1.6.3 and the latest version released...
In response to PR #145: node-windows/mac/linux leverage a wrapper script to manage an underlying node script. The wrapper is managed by winsw in node-windows. This isn't ideal, because the architecture...
Forces the `WIKIJS_HEROKU` environment variable into a boolean state. Resolves #229.
### Actual behavior The container doesn't start on Docker for macOS/Windows. ### Expected behavior The container should run. ### Steps to reproduce the behavior Setup a new container using Docker...