Mattias Lindvall

Results 12 comments of Mattias Lindvall

This started happening suddenly today, in my WSL2 setup that was working fine for over two months. I changed the setting `remote.WSL.server.connectThroughLocalhost` (Settings -> Extensions -> Remote - WSL ->...

It's a great idea to be able to run multiple modules from one target! I would like to request another closely related use case, the ability to use a module,...

+1 for clearing out the filer_clipboarditem table fixing this issue. The following query finds the (possibly) offending rows: select file_id, count(file_id) from filer_clipboarditem group by file_id having (count(file_id) > 1);

It's an interesting problem, that is hard to solve. Even some major products still have the white flash on startup problem, like Google Chrome for example. If we just define...

Use case: Have element with class `column` defined in svelte template. Add class `moving` dynamically to it from a JS event. Add style to the element that has both classes....

If I understand correctly, `failed to unseal core: error="stored unseal keys are supported, but none were found"` means that it has joined the cluster successfully, but no data has been...

For posterity, this is how to set the proxy defaults as a Terraform resource. Which is what was needed to make services work with Consul API Gateway. ```hcl resource "consul_config_entry"...

Same kind of problem happens in tab bar, without any scrolling, just by opening a few tabs and closing them. This only happens in Alpha 205, not in Alpha 204....

For reference, here is issue: https://github.com/hadolint/language-docker/issues/97, and pull request: https://github.com/hadolint/language-docker/pull/98

It would definitely be nice to have support for this [highly anticipated feature](https://www.docker.com/blog/introduction-to-heredocs-in-dockerfiles/). We are using this syntax extensively now, and I am definitely missing syntax highlighting there. Perhaps it...