Nicolás Fantone

Results 157 comments of Nicolás Fantone

Having similar issue. IMHO, `graphql` should *definitely* be declared as `"peerDependency"`. Having it fixed as an internal dependency can only bring problems down the build pipe line for users.

Any updates on this? Had to deal with this situation myself today. @BobDickinson (old) suggestion seemed reasonable at the time. I'm throwing [yargs](https://www.npmjs.com/yargs) into the mix as well. **EDIT**: Don't...

@BobDickinson You could consider using `JSON.parse` instead of that chain of conditionals. Also, regarding boolean values, what about using simple `yargs` flag? So, instead of `--foo=true` (which will be parsed...

I know this is rather old, but we are _very_ interested in having this. @ThisIsMissEm Could I help in any way getting this over the line? Since it's been a...

@antongolub Thanks for sharing that. Seems like the `@qiwi` fork already has topological sorting baked-in, which was the original purpose of this PR. Am I reading that correctly?

What about not changing the logs at all? Would that be a possibility? Just forward the original streams to `stdout`. Right now, by using `turbo` to run commands, we lose...

I can only speak for myself, but at least from my perspective "removing prefixes" wouldn't cut it. I'd like `turbo` to _not modify_ output at all, preserving original colouring, line...

Same here. There should be an option to ignore the mask and not let it be part of the input `value`.

Any movement here? I'd also like to support something like JWT on Express. This looks like following a similar path.

@girishla Want me to give you a hand on that? I'm still trying to get a grasp on how things work, but this is something I need to implement, sooner...