Matthias Kurz

Results 1122 comments of Matthias Kurz

> And regarding the “LTS for Jackson” comment — I noticed in the release notes here that they mention something like that: https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.18 > Regarding the Jackson LTS, thanks for...

crazy, the screenshot in https://github.com/Fyrd/caniuse/pull/5646#issuecomment-715233820 shows the time picker...

fyi, while working on https://github.com/playframework/playframework/pull/12662 I added a `private[play]` method [to set the objectmapper.](https://github.com/playframework/play-json/blob/5d4a3e3b61caf51f4061f3c6778f3e0888478cf9/play-json/jvm/src/main/scala/play/api/libs/json/jackson/JacksonJson.scala#L312-L314). Not sure if this is needed by others as well, however at least from a Play...

@ivantopo this one please a well, thanks!

All tests pass. Nice. I think this is the way to go.

> still working on it... tba Fixing selenide: https://github.com/selenide/selenide/pulls?q=is%3Apr+author%3Amkurz

This happens to me when using signal (beta): Having the main windows maximized, now I click on the tray icon, the main windows get closed, as expected. Clicking the tray...

Here is the relevant code in signal I guess: https://github.com/signalapp/Signal-Desktop/blob/v7.48.0-beta.1/app/SystemTrayService.ts#L156-L182 https://github.com/signalapp/Signal-Desktop/blob/v7.48.0-beta.1/app/SystemTrayService.ts#L218-L229 https://github.com/signalapp/Signal-Desktop/blob/v7.48.0-beta.1/app/SystemTrayService.ts#L351-L358

The problem I described in the last two comments is now fixed for me with electron 35.1.4 (I could still reproduce the problem with 35.1.3 however). Looking at the [release...