Walter Zalazar
Walter Zalazar
@lautarodragan we have to create a PR in https://github.com/istanbuljs/nyc for setting the new option
I created this PR https://github.com/istanbuljs/nyc/pull/948 related to this issue, but I have a problem with CI, I'm waiting for the reply of the core developers
@rodrigooler yes, I think is just add the context option. If you want you can contribute to this feature... The best way to start with that is to create a...
if you start with this issue and you have doubts or problems, ping me!
we have set the option --no-optional with `false` in all repositories in the file `.npmrc` for example: https://github.com/poetapp/poet-js/blob/master/.npmrc
more in depth, I did this research about the behavior of `--no-optional` First I created a project `npm` ``` mkdir test-native cd test-native npm init --yes ``` after that I...
@charlypoly I can confirm downgrading the version to 2.9.0 is working well on Mac. If I install version 2.10.0 or above it doesn't work.
I have the same problem, but with a Mutation that requires some extra data for checking some stuff, I tried to find some pretty solutions in the blog and the...