André Klitzing
André Klitzing
Thanks, I will wait for next major release of AusweisApp2 to fix this. What is your usecase with PersoSim? What are you doing with the AA2? :-)
Same here to connect to my local wireguard server at home. I'm using DDNS for this. Maybe add an extra option like WIREGUARD_ENDPOINT_ALLOW_DNS=1 to explicitly let the user decide that...
@qdm12 Is there any work around to use ddns for own wireguard server? Any automatic shell script that could fetch the new IP and send it to the control server?...
I really like to see TXT support for acme usage. :-) Any progress Here?
Maybe you want to look into other solutions. MSVC and debugging info was a big problem in the past. * https://github.com/frerich/clcache/issues/30 * https://github.com/mozilla/sccache (See Readme) * https://github.com/mozilla/sccache/issues/956 * https://github.com/mbitsnbites/buildcache/issues/104
> As per #559: we should also support "acronym" matching of users (e.g. "John Doe" should be matchable with "JD"). Apparently the official client supports this. Sorry, I mean ```Nickname```...
Oh well, I thought I can search for nickname even if I use username as displayed name.
Tried current development versions here: https://github.com/esphome/feature-requests/issues/871
https://github.com/platformio/platform-espressif32/releases Version 3 has support for ESP32-S2 now.
This works for me but uses arduino (not recommended) at the moment. ``` esp32: board: esp32-s2-kaluga-1 esphome: name: dummy platformio_options: platform_packages: - framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#2.0.0 platform: - https://github.com/platformio/platform-espressif32.git#feature/arduino-upstream status_led: pin:...