Dominykas Blyžė

Results 69 comments of Dominykas Blyžė

Sorry, maybe I missed something, I know there's the RFC meetings, but can't find the calendar for them - when is this going to be discussed? Is it better to...

Some things we also discussed in the call, that should probably make it into the RFC (sorry for duplicating stuff already being discussed, just making sure we've got everything covered):...

> Installing from --stage is not reflected in the package.json or package-lock.json Not sure that's possible, though? If `package.json` is not updated, then it will retain the semver range which...

Just to clarify: 1. Someone installs a package with `--include-staged` 2. It gets added to a lock file 3. _Someone else_ runs `npm install` for that lock file (the version...

Not sure if this needs to be explicitly stated, but since I just recently had to do the work internally - the warning should also apply to `overrides` (quite possibly...

I'm not sure I agree with the "next goal post" thinking as a reason to stay put. We do not have an easy way to evaluate package contents without installing...

Hi, any update on this? I'm happy to PR whatever is a preferred approach. My personal preference would be to either have some sort of a `preserveCase` option - I...

Or should I just stick to `lintOptions`?

It seems detached plugins are explicitly excluded from any lists - but I can't find any documentation to explain why: https://github.com/jenkinsci/plugin-installation-manager-tool/blob/master/plugin-management-library/src/main/java/io/jenkins/tools/pluginmanager/impl/PluginManager.java#L1469-L1474

> Available updates only works on plugin files not the jenkins war itself Not sure I understand? I do not know whether it's possible to inspect the war to read...