Christoph

Results 701 comments of Christoph

Thanks for the question, it has not yet been discussed. I agree that this would be a nice thing to have. JabRef depends both on the JDK version and javafx...

There recently has been some work to build the javafx media libs and webkit libs for Apple Silicon, so it might be read with the next openjfx release.

Yes it should be working now, but I am unsure if it needs to be built in a special way. You probably need to build JabRef from code on M1....

To build the current version on Mac, you can just need JDK 17 https://adoptium.net/releases.html probably the aarch64 and Gradle. then just do `./gradlew run` to build and start the app...

@astroboylrx Cool! Thanks. The only thing is that during our Github actions build we inject some token secrets for some fetchers.

We have some for testing in the repo and some secrets are injected into the build info. And the other thing is just signing + notarizing for osx https://github.com/JabRef/jabref/blob/ee88e7fdc2ae80d7d4265d2f4b8ce236fbbbac2a/.github/workflows/deployment.yml#L22-L24

@mbrdl Hi, unfortunately Github still does not offer ARM VMs for building on CI and I neither have an ARM machine. But mabye soon. Did you install the correct JDK...

Yes, it still has a fixed size. We are currently investigating potential ways to improve the height calculation, but seems not that easy.

@HoussemNasri Thanks for the hint, it is targeted for javafx19, but there is not, yet, any PR linked to it :( So we have to wait until it gets fixed

Hi, yes this is a known problem that the change detection and our saving/backup strategy currently have issues. We are aware of this and try to come up with a...