Nicolas Froidure

Results 82 comments of Nicolas Froidure

Didn't knew meow, i'm using commander for most of my CLI tools. I'm keeping the issue since it would indeed improve the module but since it works as is, it...

I got it working that way but feel free to PR to make it iptionnal

Imo, it is not a Jest issue. There is a way to add some extra logic to close sockets at server close by maintaining a ref of available sockets for...

In my APIs I always default to disallow additional query parameters but I think it would be nice to have this option to explicitly say we do it. I also...

Thanks for your answer. I use this module here https://github.com/nfroidure/swagger-http-router/blob/master/src/lib.js#L3-L4 To build a `extractResponseSpec` function https://github.com/nfroidure/swagger-http-router/blob/master/src/lib.js#L79-L97 In this router, I choose to not use the built in req/res objects unlike...

Tbh I dropped it there without actually thinking on the implementation, you're the best suitable to choose it. For the `circleToPath` method, it was just quick and dirty design, was...

@ievgennaida it would certainly make sense to do so feel free to PR.

These states are also used and stored in the same variabl by the parser https://github.com/nfroidure/svg-pathdata/blob/master/src/SVGPathDataParser.ts#L511-L525 That said, the bit mask was really necessary to store the parser state, it doesn't...

Just adding a link to this feature request since I think the expected behavior was the one proposed by it https://github.com/editorconfig/editorconfig/issues/89

I think plugins should keep files in the same order for consistency with the streaming mode, but also because plugins like sort-stream can only sort files that expose a property...