Bernd Schatz

Results 10 comments of Bernd Schatz

> Maybe this broke it? https://github.blog/changelog/2023-12-14-new-markdown-extension-alerts-provide-distinctive-styling-for-significant-content/ This is markdown (that is designed for small blog entries), we use/need RestructuredText (that is designed for technical documentation).

Don't know what they do, the docutils works fine, so i assume they have some own stuff: post/pre-processor before / after using the docutils !? Or do they implement a...

We have also observed this several times but a "Refresh Gradle Project" helps not always. then you have to remove the projects and reimport it into eclipse again :( Currently...

Would be nice to have a list of software packages (with minimum version) that has to be installed, or maybe better a reference distribution like Debian11 or Ubuntu X.Y.Z ......

Try echo "deb [signed-by=/etc/apt/keyrings/adoptium.asc] https://packages.adoptium.net/artifactory/deb $(awk -F= '/^VERSION_CODENAME/{print$2}' /etc/os-release) main" | sudo tee /etc/apt/sources.list.d/adoptium.list

Solution --> ``` $ ls -l /usr/local/bin/kubectl-oidc_login lrwxrwxrwx 1 root root 30 Feb 28 13:59 /usr/local/bin/kubectl-oidc_login -> /usr/local/kubelogin/kubelogin ``` Strange: if you change in the kube config the default "oidc-login",...

I have the same issue on a docker build on several clients and VMs. But we have also some clients / vms where the same docker build works. ` Get:15...

Still not working: $ vagrant plugin install vagrant-disksize-0.1.3.gem --local Installing the 'vagrant-disksize-0.1.3.gem' plugin. This can take a few minutes... Vagrant failed to load a configured plugin source. This can be...

@edpimenta this issue is about to install a plugin **offline**. Therefore: are you able to install a plugin without network connection ?