Johan Vos
Johan Vos
TLDR: you have to use 1.0.23 (@jperedadnr can you confirm?) Background: Last week, I archived the vmone repo. I got more complaints than constructive contributions, so I consider it a...
Hi @ctoabidmaqbool I believe you misunderstand the idea of free and open source software. There should be no "Gluon must" in such a project. Substrate and this plugin are open...
The reason I started vmone was to work around new incompatibilities/changes in GraalVM. As long as those are not solved (and my attempt to solve it failed), we can't do...
> [@johanvos](https://github.com/johanvos) > > > It is the reason we are moving away from GraalVM and are trying to become downstream of openjdk/mobile only. > > This is the first...
@kkriske (and others in this thread) Thanks, that makes things a bit more clear. I'm still trying to understand a few things though. We have to think about it (and...
Thanks for reporting. The dependencies need an update -- I'll look into that. I'll check your sample code to make sure it works with the new dependencies.
Interesting. It would be good to have a test that fails before and runs after this patch is applied, can you add some test for this?
> Not sure, it requires a non-English (Spanish for instance) keyboard and then two consecutive key strokes. OpenJFX only has manual tests for this. Should be testable with the headless...
It is indeed true that refresh() is often a very expensive operation. Whenever `VirtualFlow.recreateCells()` is called, most of the internal state of the VirtualFlow is destroyed, and everything is recalculated...
I think the performance improvements due to this PR can be pretty significant. The problem is indeed the risk on regression. I believe we need improvements in 2 areas before...