Michael Mao

Results 60 comments of Michael Mao

@jasongin I'm assuming the installation should look like this: ```sh export NVS_ROOT="SOME_DIR" git clone https://github.com/jasongin/nvs "$NVS_ROOT" . "$NVS_ROOT/nvs.sh" install ``` and the shell profile should look something like this: ```sh...

I'm close to getting an install script working. The manual install method above is working wonders for me and I have a homebrew script copying the actions, however I need...

> But I personally don't want to support homebrew-specific issues with the installer since I don't have any experience in that area. I should be able to help answer some...

I don't think it should cause a lot of problems either. But if there are any problems/requests. Also, it seems like nvs on chocolatey is still on v1.5.2 which was...

I'm really close to getting a formulae working. It seems like if I use the 1.6.0 release tarball is broken on M1 Macs, and since I'm using an M1 Mac,...

@jasongin PR #222 might be desired to merge for natively support of M1 Macs (better performance than transpiled x64 versions) in the new release.

Opened a PR in Homebrew. https://github.com/Homebrew/homebrew-core/pull/98776

>> Another caveat is that the package will install a bootstrapping Node.js in $NVS_HOME if it isn't already installed. This is unavoidable behavior and cannot be addressed with adding node...