Florian Kirmaier

Results 115 comments of Florian Kirmaier

Sadly I don't know a way, to dynamically create classes during Runtime - then it would be possible to write a unit-test for the leak. The leak is a bit...

The JavaFX Internal resolution is probably relatively easy to mimic. It's definitely very complicated. Reading the css-file, reading the include-statement, replacing them with the edited file, reloading the original file......

The test Fails, only the last test "checkCSSFXCanChangeTheLabelFontColor" fails. It fails on every attempt.

That's quite annoying ... upickle didn't had this issue. And it just feels wrong that it doesn't work.

I understand that the automatic derivation is currently bad practice, for numerous reasons. But the generated code shouldn't grow exponential. But the automatic derivation also has some advantages. It makes...

I don't have time for it at the moment, but maybe in the future.

For the record, I ran into the same issue as #377 . The problem was, that I had ScenicView in the classpath. Maybe this hint helps someone else running into...

How to reproduce this error message? With `./gradlew jlink` i get another error message complaining about JavaFX missing. When I can reproduce it, we will provide a solution for the...

Yes, you can change to the new repository: ``` maven { url "https://sandec.jfrog.io/artifactory/repo" } ``` All the old artifacts are still available. But be aware that this version is very...