Jens-Uwe Mager
Jens-Uwe Mager
I used 'NewDeviceName' instead of 'NewAIN', this way I can see the device names I have used for the DECT 200 devices.
Just check where fritzcollectd ended up being installed using "pip show fritzcollectd". I used a patch like this for my modification: ``` diff -u __init__.py.orig __init__.py --- __init__.py.orig 2020-04-09 17:49:08.000000000...
I would say you changed the white space while editing the python code, and python is very sensitive to white space changes (it is part of the language's syntax). I...
> Now I learned how to make updates with a patch. A Really useful thing, thank you. > But with your diff it won't work nevertheless. > I think it...
For me this is fixed with this pull request: https://github.com/mindbrix/UIImage-PDF/pull/43
No, I have 1.20.4 running and it does not happen. Am 19. September 2023 14:06:27 MESZ schrieb Peiwen Xu ***@***.***>: >Is this still happening? > >-- >Reply to this email...
I am using the pgx driver via the jackc/pgx/v5/stdlib interface to make it compatible to sqlx at. al., this works fine with postgresstore for scs. You can always get the...
I have a similar issue with MacOS X as the server. My linux servers always reconnect fine, but for my Mac Server I have to reconnect manually. I do see...
I am seeing quite often this in the crash logs of etterminal: ``` Process: etterminal [64836] Path: /usr/local/Cellar/et/6.2.8_1/bin/etterminal Identifier: etterminal Version: 0 Code Type: X86-64 (Native) Parent Process: ??? [1]...
I forgot: a type=“email” for the user name field may help users with mobile devices to avoid the auto-capitalization of the plain input field. Even though I use all lower...