Maxime Brunet
Maxime Brunet
This is a suggestion. The original author would appear on the commit (with their GitHub account if they have one). Example: ``` vim-patch:9.0.0806: 'langmap' works differently when there are modifiers...
### gopls version master (8166dca1c) (latest release: v0.9.5) ### go env N/A ### What did you do? Currently `gofumpt` can be enabled: https://go.googlesource.com/tools/+/refs/heads/master/gopls/doc/settings.md#gofumpt-bool But extra rules cannot be used: [mvdan/gofumpt#extra-rules-behind--extra](https://github.com/mvdan/gofumpt#extra-rules-behind--extra)...
`pyenv-virtualenv` allows to create virtualenvs with names starting with a dot (e.g. `.dotfiles`), but those cannot be listed. This PR enables `dotglob` option when listing versions.
## Changes **This change is ineffective** An attempt at disabling digest pinning for the `images[].newName` field, any pointer about how it could be achieved for this specific case would be...
Certain rules are preferred to be excluded from the global formatting, but it can be interesting to suggest them as individual quick fixes. Providing an API to run them individually...
The repository `ghcr.io/parca-dev/parca` has over 4000 tags, some tools will hit pagination limits like Renovate (renovatebot/renovate#24638, limit bumped from 4000 to 7000). The following image tags could be deleted: *...
Please improve the `description` for package rule disabling updates, so we know when we can try re-enabling them: https://github.com/parca-dev/parca/blob/3c505de14eea76cafa4195e10f5596aee446220e/renovate.json#L59-L68 For example: ```jsonc "description": "Disable tailwindcss upgrades: https://github.com/.../.../issue/1234", ``` Or ```jsonc...
This adds type parameters and remove the use of `interface{}` and type assertions for improved type safety. I have not observe any significant impact on performance (positive or negative). It...
## Description of changes ## Things done - Built on platform(s) - [ ] x86_64-linux - [ ] aarch64-linux - [ ] x86_64-darwin - [x] aarch64-darwin - For non-Linux: Is...
> Validation rules use the [Common Expression Language (CEL)](https://github.com/google/cel-spec) to validate custom resource values. Validation rules are included in CustomResourceDefinition schemas using the `x-kubernetes-validations` extension. https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/#validation-rules