Peter Jaszkowiak

Results 312 comments of Peter Jaszkowiak

@claudepache that misses the point of do expressions almost entirely.

That's the behavior I'd expect from that particular code.

So `value && empty == empty`? Does that apply to every operator? Like what if I had 1; condition ? do { break; } : do { 4; }

I don't see this as useful, especially when the OP gets notified about replies by default anyways.

Huh? Mentions link you to their user page.

I understand that you don't want to support installing globally. Do you plan on deprecating and eventually removing `--global`?

One example in favor of global dependencies: if you want, as a user, to have access to the commands in windows-build-tools in your terminal. Personally, I agree that local dependencies...

> What happens on Windows if you install a global npm package, do you get the shims? If so, in which folder? (npm was the inspiration for xpm and preferably...

I think if you want to support linking multiple different versions of an xpack to different places, that would be acceptable. I'd probably call it just `--link` or `--link-into` though....