Markus Reiter

Results 208 comments of Markus Reiter

I found this ugly workaround in the meantime: ```yaml stringData: TELEGRAM_CHAT_ID: ${double_quote:="}${telegram_chat_id}${double_quote:="}

For the fun of it, I also tried ```yaml stringData: TELEGRAM_CHAT_ID: "!!str ${telegram_chat_id}" ``` which, according to `flux build` output, actually correctly quotes the string as ```yaml stringData: TELEGRAM_CHAT_ID: '!!str...

Still waiting for a fix upstream. According to https://bugzilla.proxmox.com/show_bug.cgi?id=4333#c5, my proposed patch was merged and then reverted again.

I added another rule here, since I just placed an order which included 0.2/0.4mm vias and a 4-Wire Kelvin Test was automatically added after review. This is only stated when...

@labtroll, can you take a look here?

You can also push the formatting changes to a PR itself unless the author has unchecked “Allow edits by maintainers”. Then again, I think it is a reasonable assumption that...