Michael Baumberger

Results 6 comments of Michael Baumberger

I **do not** have the issue with my Xiaomi Mi 11 Lite. - Olauncher V 4.3.2 - changed Olauncher dark and light mode to test - changed native settings dark...

```java Ssl ssl = (management.getSsl() != null) ? management.getSsl() : server.getSsl(); return UriComponentsBuilder.newInstance() .scheme(getScheme(ssl)) .host(getManagementHost()) .port(getLocalManagementPort()) .path(getManagementContextPath()) .toUriString(); ```

There was something why it was implemented that way but I think it should not be this way. If server and management are different it should not use the same...

de.codecentric.boot.admin.client.registration.DefaultApplicationFactory#getScheme can handle null values

Possible problem: The organization cart has following ngClass: `[ngClass]="{ 'p-organizationchart p-component': true, 'p-organizationchart-preservespace': preserveSpace }"`. I can not find the class `p-organizationchart-preservespace` anywhere in the code. I think it got...

Just wanna add in Angular 19.0.4 and Primeng 19.0.1 this bug exists.