Refael Ackermann

Results 70 comments of Refael Ackermann

Found the main issue (lists and *args and bears oh my!)

I am trying to keep Python2 compatibility even for the tests - https://travis-ci.com/refack/GYP/jobs/181771177 Admittedly ATM we only have a Python3 windows CI config, But localy I run `python2 gyptest.py -a...

@vkarpov15 I'd be happy to merge, but I need some more test cases.

:+1: Ohh, wait, that's my job... On it. @benjamingr if you're still interested in helping the place to tigger the hooks is https://github.com/aheckmann/mpromise/blob/master/lib/promise.js#L108 Should add a few tests as well.

IMHO this could be solved by simply bumping the version of the `jquery` dependency according to https://github.com/UncoolAJ86/node-jquery#new-how-to-use-jquery--21x-in-nodejs

Hello @ORESoftware I was thinking a about using `NODE_PRESERVE_SYMLINKS=1` to create a lite-symlink-jail. It has only one caveat, the root script can't be in a symlinked dir, so I created...

Using your tree structure: ``` node_modules/ project/ node_modules/ foo/bar.js ``` Assuming you don't have `/node_modules/` or `/tmp/node_modules/`, you can do this: ```bash > mkdir /tmp/project_jail > cd /tmp/project_jail > ln...

Yes, https://nodejs.org/api/cli.html#cli_node_preserve_symlinks_1

I thought I remembered it being added, but I was looking for it in the environment variables section, where it isn't (probably due to NODE_OPTIONS covering that use case)