Sven Eppler
Sven Eppler
Since recently i get the same error/behavior for **every** new file with a new C# class i create. The moment i finish my `public class MyClass { }` ceremony i...
Today i noticed the exact same issue. Everytime i create a new file and create a new class inside of it, i get the "Namespace already contains a definition" error....
Indeed `5.0.0` does not have the reported issue. ``` $ dotnet tool install -g --version 5.0.0 security-scan You can invoke the tool using the following command: security-scan Tool 'security-scan' (version...
This was working for me with XFCE in the past. But at least from now on (i wasn't using Clementine in some time) with XFCE 4.14 on Ubuntu 20.10 with...
I was not able to quickly reproduce the problem again today. But had to [manually switch to use OmniSharp](https://github.com/dotnet/vscode-csharp#how-to-use-omnisharp) first. VS Code About: ``` Version: 1.81.1 Commit: 6c3e3dba23e8fadc360aed75ce363ba185c49794 Date: 2023-08-09T22:18:39.991Z...
I checked this, but it does not seem to be the case that it is a memory issue. Checking the `OOMKilled` property of `docker inspect` returns `false`. And i cannot...
Regarding AppArmor: According to the [linked documentation](https://pptr.dev/troubleshooting#issues-with-apparmor-on-ubuntu) this is only a issue in Ubuntu 23.10 and onwards. But my server is still on 22.04. After looking into the logs i...
Running your command fails: ``` $ docker run -v $PWD:/home/marp/app/ -e LANG=$LANG --entrypoint "" marpteam/marp-cli:v4.2.3 /usr/local/bin/chrome --headless --print-to-pdf https://example.com [1:1:1214/213448.632876:ERROR:content/browser/zygote_host/zygote_host_impl_linux.cc:105] Running as root without --no-sandbox is not supported. See https://crbug.com/638180....
Just checked and i see the same behavior as @mddeff. v3.4.0 works on my headless linux server. While starting from v4.0.0 i get errors (did not check all v4 tags...