Gustaf Lindstedt

Results 10 comments of Gustaf Lindstedt

@fpetkovski I need to sign the CLA as a corporate contributor but we're having some issues with our EasyCLA org, and have filed a support ticket, so might take few...

@mrueg no sorry, apparently we lost access to our org and have received no response on our ticket since may

Started looking into keda but ran into this roadblock, so chiming in here with our use case, although it might be a bit niche. We use Identity-Aware Proxy extensively for...

We've just recently started receiving some production traffic through an LB generated using kubemci. Currently we only have one cluster connected, but we will eventually have at least three (one...

I've run into this and would be willing to take a stab at fixing the tests to get it merged, but it seems like the build history is gone. Any...

Just wanted to chime in that it would be great to be able to set `-J` in the CLI. We use Bazel along with https://github.com/bazelbuild/rules_jsonnet to manage our jsonnet. We...

I've been experimenting with cross-compiling to musl a bit but I reached a blocker when combining with [cargo-raze](https://github.com/google/cargo-raze). Currently `rules_rust` doesn't define any constraints for what libc you're using, and...

Ran into this as well when using `rust_repository_set` directly, but switched to `rust_register_toolchains` and now it works.

It might be doable if you query for the window name and filter based on that. You'd need to know the window name of the bar though. I'm currently not...

Migrated most of my config to use rocks.nvim and found these plugins to be missing from luarocks: - [`nvim-neorg/neorg-telescope`](https://github.com/nvim-neorg/neorg-telescope) - [`lukas-reineke/lsp-format`](https://github.com/lukas-reineke/lsp-format.nvim) - [`lewis6991/gitsigns`](https://github.com/lewis6991/gitsigns.nvim) - [`romgrk/barbar.nvim`](https://github.com/romgrk/barbar.nvim) - [`tummetott/unimpaired.nvim`](https://github.com/Tummetott/unimpaired.nvim) - [`nvimtools/none-ls.nvim`](https://github.com/nvimtools/none-ls.nvim) -...