Alexander Mills

Results 280 comments of Alexander Mills

Does the NODE_PRESERVE_SYMLINKS env var exist already? is it recognized?

@bnoordhuis not so much a question as a feature request - I haven't tried the symlinks trick, but that doesn't yet seem to me like an ideal solution tho

Basically the original issue, is for testing NPM packages. Say I have an NPM package located here: ``` /home/me/.foo/testing_dir ``` the above dir can access node_modules in these 3 places:...

I am still looking for answers to this, I updated the question with a bounty here: https://stackoverflow.com/questions/56174957/open-up-shell-on-server-via-http-request/56175507

my first stab at it: https://github.com/getgrit/gritql/pull/479

looking at this - I don't see '--language' or 'invalid value' in the codebase - looking for the source for the CLI option `grit apply` looks like `cli/src/commands/apply.rs` is the...

Here's my first stab at it: https://github.com/getgrit/gritql/pull/478

I got it to work, just by using authenticator and clicking the confirm dialog, thanks

I tried inquirer-directory, seems to have a bug, will try inquirer-path

I'd recommend that you adopt inquirer-directory and make that core to your lib, plugins have always been dumb, they never work