Matthias Klass
Matthias Klass
Another reproduction: ```ts export const problemJsonTypeUriPrefix = 'https://errors.home-connect.com/' as const; const errorBaseUri = `${problemJsonTypeUriPrefix}contentservices` as const; export type ProblemJson = Record & { type: `${typeof problemJsonTypeUriPrefix}${string}/${string}`; }; export const ValidationError:...
In the meantime I spent some minutes to create my own ... which doesn't use python. https://github.com/klassm/alfred-yubikey/releases/tag/0.0.1
Unfortunately downgrading the jetty version also does not work for me anymore, as Spring Boot also references org.eclipse.jetty.io.Content - which has not been present in Jetty 11. Unfortunately this now...
By now there is also a migration guide: https://eclipse.dev/jetty/documentation/jetty-12/programming-guide/index.html#pg-migration-11-to-12
Not sure - I just tried to do the upgrade, but I get stuck at the micrometer upgrade. I am not even sure whether that is currently possible, as there...
Is there an update here?
Seems like the problem with Chrome getting stuck was an issue of rendering too slow / too much at once. Once resolving this I can now also set showChildren to...
Hi, can you please try specifying a setList? AndFHEM will always look on the setlist to determine what to show. So something like attr xyz setList Color:colorpicker,RGB
https://github.com/googlesamples/android-FingerprintDialog
Hi, thanks for the idea. AndFHEM has been donation only in the past (and actually by then it was also on F-Droid) - the thing is: nobody wants to donate...