Martin Reinhardt

Results 101 comments of Martin Reinhardt

I tried it: https://github.com/hypery2k/nativescript-urlhandler/tree/feature/ns-upgrade But actually I don't have much time for maintaining, so any PR to this branch is appreciated

thanks for your reply. I already using the Maven Plugin, but cannot utilize some of the extensions of AsciidocFX, e.g. for diagrams

Hey Eugen, sure, we're still using Ansible v7 in our project setup

mmmh actually still getting this error: ``` : fatal: [default]: FAILED! => {"changed": false, "checksum_dest": null, "checksum_src": null, "dest": "/opt/apache-maven-3.9.6-bin.tar.gz", "elapsed": 0, "msg": "The checksum format is invalid", "url": "...

This is the output of `ansible --version`: ``` ansible [core 2.13.5] config file = /etc/ansible/ansible.cfg configured module search path = ['/Users/mreinhardt/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /Users/mreinhardt/Library/Python/3.9/lib/python/site-packages/ansible ansible collection...

@re7w12u are you still interested in adding this feature?

if you like you can sent a PR to my [fork](https://github.com/hypery2k/ngx-vis).

Having the same issue, seems that the wrong node is selected: ``` - apiVersion: v1 kind: PersistentVolumeClaim metadata: annotations: volume.beta.kubernetes.io/storage-provisioner: csi.hetzner.cloud volume.kubernetes.io/selected-node: production-agent-large-srd volume.kubernetes.io/storage-provisioner: csi.hetzner.cloud creationTimestamp: "2023-03-24T05:54:30Z" finalizers: - kubernetes.io/pvc-protection...

BTW: is there a particular reason to throw a RuntimeException here: https://github.com/larscheid-schmitzhermes/keycloak-monitoring-prometheus/blob/74a95760ac8589cd0099fe02a87d207fc675a7ab/src/main/java/com/larscheidschmitzhermes/keycloak/events/MonitoringEventListenerProvider.java#L99-L102