Laurent Dupuy

Results 9 comments of Laurent Dupuy

Well, that's part of a larger issue that I want to address for a while (but had no time for this the last few months). The problem is in fact...

> Is it possible to put an easter egg to enable win32 mode for testing purposes? Like `process.env.NODE_ENV === 'test' && process.env.PATH_MODE === 'win32'` > > Going to try this:...

> Is there a feature of C that you want in flow? Not at all. I'd just like `flowtype-errors` to not report an error when Flow does not. The C++...

@amilajack I'm a little busy right now and have no time to address this issue. For now, I've just added a note telling that this kind of error is actually...

Maybe I'm missing something here but why don't you import it yourself? That's what I do in my scripts (with [inquirer](https://www.npmjs.com/package/inquirer) instead of enquirer though). You can even replace `question()`...

What about using an array? This feature is already implemented, avoid backslashes and "extra spaces", allow comments, and doesn't break the ability of running more than one command in the...

Fair enough! 😄 Although, I don't quite agree that more characters necessarily means less readability. As a matter of fact, if that was the case, `$.multiline` should only be used...

`--key` and `value` should be two separated items in `curlArgs`. Try: ```js const curlArgs = [ '-sLX', 'POST', '--header', 'Content-Type: application/json', '--data', '{}', 'example.com', ] const curlResult = await $`curl...

Well, this is indeed a little off-topic. It is interesting, though! So I've started a discussion about an idea I had related to that kind of things! You can check...