Michael Piefel
Michael Piefel
I’love to have a monochrome tray icon instead of the blue one. Quite possibly some people would prefer a light and others a dark variant. This smells like a configuration...
Recently, I had a case when I wanted to choose the new or the old variant of a certain feature based on a percentage, and I used Togglz and the...
When switching from 0.26.2 to 0.27.0, the behaviour of my Spring Boot app changed: Instead of getting 302 redirects I suddenly get 500 or 200. ## Description I have a...
As of now, jetcd open a Retrofit client with full logging. This should be less verbose. Ideally, it should be configurable; better still, I’d like to use SLF4J for logging...
I had a small stack with commits A, B, and C like this: > C > B > A Then I noticed a small issue that could (should?) have been...
Since I’m on a Github Enterprise server, the star redirect fails with a stack trace: > enjoying git spr? add a GitHub star? [Y/n]: > panic: repository: Could not resolve...
It’s undocumented where the dump takes its values from. `localhost` perhaps? This should be documented. Better yet, it should be configurable.
This library is great! Great for testing Lombok-generated equals-and-hashcode, for instance. However, in our context we do not care much about actual JavaBeans, for instance many classes do not have...
I was pointed to this library over from the classic [Android-BLE-Library](https://github.com/NordicSemiconductor/Android-BLE-Library/) and was at a loss how to start. Is there no documentation, or am I just unable to find...