strowk
strowk
Hi @bantonsson , thanks for quick answer! > it has no way of knowing how your log appender wants to write that information I guessed that, but documentation states "Java...
Thanks for examples @randomanderson > With Slf4j + logback + logstash encoder you should not need to write your own provider. By default, the [MdcJsonProvider](https://github.com/logfellow/logstash-logback-encoder/blob/main/src/main/java/net/logstash/logback/composite/loggingevent/MdcJsonProvider.java#L86), writes all fields in the...
Even after I progressed further, that error sometimes happens. I think that it may be happening only short time after start of vscode
Could it then give more convenient message? Something like "Wait for Metals language server to start"? It's quite more time than seconds, by the way, I think a few minutes...
Ah, sorry for late response. It starts so slowly, because we have mcafee here and it takes really long time to inspect every process that's being run when vscode starts...
Hello! Is this project alive? If we to use it, it should be in central (otherwise our mirror won't download it), so I wanted to check on that issue here.
By the way, this problem reproduces also on example server built from `master`, while does not reproduced in `stable` branch. Here's client's output for stable: ``` Connecting to: opc.tcp://127.0.0.1:4841/freeopcua/server/ Root...
Do you think that it also makes sense to use something from https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/ ?
1. both give same result 1. I am owner of $HOME/bin: ``` whoami tim ls -la $HOME | grep ' bin' drwxrwxr-x 3 tim tim 4096 Dez 14 16:50 bin...
From what I see here https://snapcraft.io/docs/home-interface https://forum.snapcraft.io/t/access-to-specific-hidden-file-path-in-users-home/6948 it looks like 1. problem is in ~/.terraform.versions 2. snap does not allow to use hidden (dot-prefixed) dirs in home So either tfswitch...