Nantris

Results 1040 comments of Nantris

Another option might be to allow passing this `nvm --reinstall-packages-from=default` without the need for a command like `nvm install`. `nvm reinstall-packages latest` would be good too, if latest were allowed...

Does `nvm reinstall-packages *` work? I'm not able to check for a while, but that would be a good syntax if there's nothing blocking it. New commands would also be...

Seeing the same issue. I believe this is a KDE-specific issue, but I hope the maintainers will see fit to address it as KDE is increasingly popular (with good reason.)...

I also started seeing this above 17.1.0. I can't find anything that's broken as a result of these errors though? Indeed it only occurs when opening devtools, or when navigating...

I would love this. Easily the best date/time picker I have found, but that is a deal breaker for my application. Even if you never add this, thanks for making...

Does using this syntax resolve the issue? https://github.com/atomiks/tippyjs-react/issues/202#issuecomment-615966879

@MarshallOfSound's explanation makes sense - but that leaves me wondering how Electron's `fs` can read individual files out of asar files? Unless I'm crazy, I think I've used `fs.copyFileSync` in...

~~I haven't gotten this working even in 1.5.0.~~ Oops. Don't `export APPLE_ID=XXXX` like you would to `source` the `.env` - Just `APPLE_ID=XXXX`.

@kodezen, I forget exactly, but Electron itself I never got working on Windows. It's something to do with how Windows handles [STDIO](https://en.wikipedia.org/wiki/C_file_input/output) I forget why this example doesn't work on...

This bit of code seems to be run twice in the test with Node 10.x. Perhaps the `readable` event is being fired twice somehow? https://github.com/jdiamond/chrome-native-messaging/blob/master/test.js#L16-L19