Martin Kröning

Results 212 comments of Martin Kröning

First off, thanks for your interest in this project and sorry for the late reply! (I am currently quite occupied with my thesis on this project) > In case of...

Thanks for the tip, @coderjo! In the build log FFmpeg was not mentioned, although `WITH_SYSTEM_FFMPEG` is set. I also found that this problem only occurs when building in a clean...

The Java EE modules are deprecated from Java 9 onwards: http://openjdk.java.net/jeps/320 The general recommendation is providing those modules as dependencies. https://maven.apache.org/surefire/maven-surefire-plugin/java9.html To solve this particular problem it would be "javax.activation:javax.activation-api".

Thanks for the update! I'll look into it, although I can't say how much time I can spare in the coming weeks.

I am trying to get some progress on this for weeks but there are a few things I need help with: 1. I currently intercept `CalendarEvent`s in `DateControlSkin::calendarChanged`. Is that...

Not really. Some months ago, I played around a bit ([mwkroening/CalendarFX/recurrence-exceptions](https://github.com/mwkroening/CalendarFX/tree/recurrence-exceptions)), but was not able to progress any further as explained in my last comment. This is required for a...

No, sorry. I did not work on the side project or this issue for that matter in the meantime, and I am not sure, if I ever will, to be...

The hermit changes look good to me. 👍