Wolfgang Breyha
Wolfgang Breyha
Since getopts doesn't support long opts I used: ``` --- clamav-unofficial-sigs.sh (revision 5032) +++ clamav-unofficial-sigs.sh (working copy) @@ -1710,14 +1710,15 @@ fi # Generic command line options -while true ;...
I had the same effect with tiny.cc. I think they block some user-agents and "libwww" is on this list. I added ```$self->{ua}->agent('Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0');```...
I can add Fedora 37 bluez-5.66-4.fc37.x86_64 Lenovo Carbon X1 G9 (latest bios/firmware) with Intel AX201 Earfun Free Pro to the list. Using pipewire and AAC profile. Doesn't matter if I...
I can confirm that with disabled bluez5.hfphsp-backend I have no disconnects on both my Laptop and Desktop PC as well. I used my "earfun free pro" headphones as before with...
I rebuilt the f37 SRPM with your patch applied and got no disconnects for about an hour now with hfphsp-backend reenabled.
Based on the first example I made this berry script to display relay state on two leds and energy level on the other two ``` var power = int(tasmota.get_power()[0]) #Index...
https://tasmota.github.io/docs/Berry/ https://tasmota.github.io/docs/UFS/#autoexecbe
One half of "the ring"... basically two of the four LEDs show the power consumption. 0W is green ..orange .. 2500W is red. This is also the reason for the...
These two patches fix all issues I had with layout 2. Without "postition: relative" in .jcarousel-wrapper the next/prev buttons took a position relative to the outer "ribbon-map-wrapper" element. The nb_items_width...