Michael Bradley

Results 48 comments of Michael Bradley

I would think `--no-install` should be the default behavior (principle of least surprise; see: https://github.com/npm/npm/issues/19673#issue-290707657). And in that case, if the command is not found, npx's console output should give...

The following might not be helpful to you, it's just what I've learned from exploring the input system, and I thought sharing might be helpful to others who are trying...

> I find the `shift+2` case more interesting. Is the application supposed to know how to map these events to keys? Clearly on your keyboard it should resolve to `@`...

Might be relevant: https://github.com/microsoft/winget-cli/discussions/223 (warning: discussion therein is contentious). I mentioned the [Scoop](https://scoop.sh/) package manager for Windows in a comment on #1956 earlier today. Being optimistic, a little while ago...

Any chance this might get renewed attention? I just recently started work in a large ClojureScript codebase that makes extensive use of macros. It's fun times — I've been away...

I stuck `echo`s all over the place, turned up verbosity, etc. I couldn't figure out where exactly it's happening. *But* I'm pretty confident it's happening in [`proc findFiles`](https://github.com/nimterop/nimterop/blob/master/nimterop/build/shell.nim#L413) because in...

Has there been any movement on compatibility?

Choice of license is obviously the prerogative of the author/s. But, for what it's worth, [nim-waku](https://github.com/status-im/nim-waku) is a consumer of this library and is licensed and distributed under either of...

*ping* it's been awhile. @kilic any chance there could some clarification on the license?

There appears to have been a regression. See: https://github.com/yarnpkg/yarn/blob/a35a4f97dd7e5f6f029b5e0f855bfd73ef338ca4/src/util/execute-lifecycle-script.js#L177 As of `1.11.0` and later versions, that logic is not applied.