Gar

Results 481 comments of Gar

this is a prefix so it's assumed version is the end so `[$workspaceName] v`

> `npm version patch --ws` result in multiple commits or a single commit with multiple tags? Multiple commits

> Will versions of npm without this feature fail loudly on `,` in the argument? (i believe so) Good question, no it won't. I was under the impression that dist-tags...

Multiple values for the same parameter might be better implemented as multiple declarations on the cli i.e. ```sh npm publish --tag latest --tag lts --tag next ``` ```sh npm tag...

> What happens in npm already with multiple tags in those fashions? It takes the last one you gave ```sh ~/D/n/gar-create-test (main↑5|✔) $ npm publish --tag latest --tag next --tag...

Probably related, I'm seeing odd version 9 subchunks as of `1.17.34` (using the official bedrock server) that have what appears to be an empty runtime/palette byte. Manually parsing the data...

Is there a spec for how you would want this implemented? I've seen several suggestions for ways to get this behavior but nothing definitive. I know the behavior wanted is...

Only triggering on changes to `.github/settings.yml` in the `.github` repo means that is the only file that can be extended upon in a way that will propagate. The `_extends` keyword...

Our approach is that our org `@npm` is shared between two teams: the registry and the cli. In order that we don't step on each others' toes with regards to...

> there are currently no events that we could listen for when settings are changed through the web ui to become out of sync with what is defined in the...