Stefan Schmidt

Results 9 comments of Stefan Schmidt

Hi, I have a multi branch pipeline running with bitbucket cloud with this plugin https://plugins.jenkins.io/cloudbees-bitbucket-branch-source/

Hi, does this apply to deleting single entries too? I'm try to figure out how to get entries back if they have been deleted (including from recycle bin) in the...

Same here with german and named objects from Prusaslicer 2.7.1 ``` EXCLUDE_OBJECT_DEFINE NAME=Körper1_stl CENTER=117.500,117.500 POLYGON=[[132.500,132.500],[102.500,132.500],[102.500,102.500],[132.500,102.500]] ``` error from klippy ``` Starting SD card print (position 0) virtual_sdcard dispatch Traceback (most...

Hi, sorry but this sounds like an issue of your mysql deployment. Kind of sure this is outside of the scope of this project.

Hey, what I mean Hetzner Volume (hetzner-csi) does not support multi attach. from https://github.com/hetznercloud/csi-driver `This is a [Container Storage Interface](https://github.com/container-storage-interface/spec) driver for Hetzner Cloud enabling you to use ReadWriteOnce Volumes...

I have the same problem, and here is my quick and dirty "fix" in file [language-configuration.json](https://github.com/jinliming2/vscode-go-template/blob/1ddab7c2d3ef86fc4ea58df85d578d5da989d145/language-configuration.json#L4) change `"blockComment": ["/*", "*/"]` to `"blockComment": ["{{/*", "*/}}"]`

hi this is my "workaround" ``` - name: Get existing host infos from Zabbix Server community.zabbix.zabbix_host_info: host_name: "{{ inventory_hostname }}" host_ip: "{{ hostvars[inventory_hostname]['ansible_host'] }}" exact_match: true remove_duplicate: true register: host_infos...

hi, so this requires a manually created key in DNS?