Felix Meyer-Wolters
Felix Meyer-Wolters
I have the same issue. autokey doesn't work with python 3.12 on my machine.
I use doom on Linux and centaur-tabs is hitting my cpu quite heavily. Almost 50% of the entire doom-emacs load come from centaur-tabs alone: ``` 7373 78% - redisplay_internal (C...
Thanks for your kind words! :-) I'm not sure if I understand the use case yet. Couldn't you just write: ```python s = "This is red text!" print('-' * len(s))...
This is really confusing... I installed "Simpletask Nextcloud" via F-Droid. I thought this had to work with Nextcloud (since it's in the name). It took me an hour before I...
Yes sure, I make a PR then :)
I have this error as well. I can run `rust-analyzer` from the command line in my project directory just fine. Zed seems to have trouble finding the right binary. I...
Hi there, sorry for the late response. The code was written in 2018 and hasn't been touched since then. In order to compile it with Node.js v20, I'm sure most...
I have a question. Maybe this is realted: My domain contains 'umlauts' and therefore is punycode encoded. E.g. `xn--berstuff-55a.de` for `überstuff.de`. I have to use the puny encoded string for...
> Which option worked in 0.16.1? On `0.16.1` it works with: ``` external-dns.alpha.kubernetes.io/hostname: "überstuff.de" ``` The same config doesn't work with versions higher than `0.16.1`. I tried various settings to...
I was able to get it working on `v0.19.0`, but only with "normal" domains (i.e., domains without umlauts or punycode). Here’s what I had to do: - Manually create an...