David Sherret
David Sherret
I think the env var has the lowest precedence. It seems some of the code incorrectly uses the env var when it should be using the npmrc though.
The author of that package was just begging to uncover bugs with that versioning strategy. It seems like the node semver calculator doesn't even discover the versions of their package....
No, it's `0.0.0` is greater than `0.0.0-pre`. ``` > semver.gt('0.0.0', '0.0.0-pre') true ``` We have the same behaviour, but we just have a small bug where we assume `0.0.0` is...
@iyobo please open a new issue with a reproduction (the steps you mentioned don't seem to use `deno task`). The issue originally reported no longer reproduces and so this specific...
@iyobo the issue originally reported no longer reproduces. Please open a new issue with a full reproduction so that we can fix whatever that problem is. It might not be...
> or use 'publish.exclude' with a negative glob to unexclude from gitignore Try this: ``` "publish": { "exclude": [ "!./build_bg.wasm", "!./build.js", "!./build.d.ts", "!./main.js" ], } ``` I think a top...
@bartlomieju is this a good first issue? Relevant code is here: https://github.com/denoland/deno/blob/d92d2fe9b0bd5e6e29cb3b6f924472aec972b636/runtime/fmt_errors.rs#L307-L309
Probalby an issue in https://github.com/denoland/deno_task_shell/blob/main/src/shell/commands/xargs.rs
Yeah, maybe at a later time and as a separate option. The problem is it will make the binary much larger.