ole

Results 30 comments of ole

I can provide you with the pom.xml contents Frontend module: (mostly javascript) Backend Module: (java part) [Downloads.zip](https://github.com/microsoft/vscode-java-debug/files/13298554/Downloads.zip)

Sorry to hear that... We might provide a confirmation form for it I assume

@Jademalo unfortunately the api request which are used fetch the contributors are invoked with no authentication. That is why private repositories usually confirm with a 404 Not found In the...

It definitely looks like a different approach... Good hint

Thank you for reporting and also providing an example code. Trying to fix it asap

Sorry, I could not reproduce this with your function by using the below example code. Which version are you using? ```

similar to #148

Thank you for your effort on the example code

running a Kaniko pod in a microk8s Kubernetes with setting `hostNetwork: true` increases the performance significantly. With that setup I reduced the time of an image creation from **~12 min...

According to https://microk8s.io/docs/restore-quorum#stop-dqlite-on-all-nodes-1 it is required to stop all dqlite instances using `microk8s stop` while backing up the dqlite. Might this be the reason why `microk8s dbctl backup` fail?