Michael N. Lipp

Results 66 comments of Michael N. Lipp

I tried this on an Aspire 5 A515-45 and a Swift 1 SF113-31. `echo 1 > /sys/bus/wmi/drivers/acer-wmi-battery/health_mode` does not give an error, but `cat /sys/bus/wmi/drivers/acer-wmi-battery/health_mode` returns 0 (before and after...

You have to read this with the argument list in mind: > ... we cannot use `ServiceTracker.getService()` here .... Neil Bartlett in his book uses `context.getService(ref)`, a completely different method....

Is it at all possible to toggle between edit mode and read only mode? I haven't found a way to see my onwnnote in the browser in a read only...

It's related to writing an extension using the SPI (which doesn't exist in the "area" drup-down). See https://github.com/mnlipp/keycloak-moodle-auth/blob/f260685e38c9470c1cc3a620cfd20e6295a15c6a/org.jdrupes.keycloak.moodleauth/src/org/jdrupes/keycloak/moodleauth/MoodleAuthenticatorFactory.java#L99 for an example.

Using URL_TYPE: ![image](https://github.com/keycloak/keycloak/assets/1446020/a1cccc32-755a-454a-90f7-c684574e9132) Text shown as link is the help text. Using STRING_TYPE (only change): ![image](https://github.com/keycloak/keycloak/assets/1446020/7bca156d-1046-48e7-b5e4-7a99fd77892b) Using https://github.com/mnlipp/keycloak-moodle-auth 013e124e0883413f07a541560d6fd2563a42c297

If this is intended to display a URL instead of providing an input field for a URL then this should at least be mentioned in the comment for the constant.

The warnings come from `Yaml.newGsonCompatibleTypeDescription` which calls `org.yaml.snakeyaml.TypeDescription.substituteProperty` for all x-kubernetes extensions, no matter if they exist for a given type or not (e.g. it is called for `List`). This...

This bug is also in v20-legacy. Using v19 helps, though.