mchlumsky

Results 5 comments of mchlumsky

@robertpcontreras-ts I think you might want to open this issue against this repository as well: https://github.com/fluxcd/helm-controller . Looks like the code that handles HelmReleases lives in there. I am also...

Try [this extension](https://extensions.gnome.org/extension/6084/fix-focus-on-workspace-switch/). It fixed it for me on Fedora 39 + GoLand 2023.3.1

I was having the same problem. I installed [this extension](https://extensions.gnome.org/extension/6084/fix-focus-on-workspace-switch/) and it fixed this specific problem. I haven't really tested in a multi-monitor setup. I'm running Pop Shell in Fedora...

[FastAPI](https://github.com/fastapi/fastapi), a popular rest API framework started generating OpenAPI specs that trigger `no-$ref-siblings`. Even their [testing](https://github.com/fastapi/fastapi/pull/12147/commits/b3f694d054eb47832d30361ccf30c954f4a94478) would trigger that rule.

+1 I tested this PR (extraAnnotations specifically) and it works as expected. Would love to see it merged!