preland
preland
I had tried that earlier, but the main issue was that the subview area refused to squash, and it wouldn’t grow past a certain size (which would cause the weird...
This should do it; I had this cap on initially for the commit, but removed it since the view wasn't increasing past a certain point without it
I haven't been able to completely reproduce what you've been seeing; I can give more details about exact size differences later; I've been using different resolutions from 720p to 2160p,...
I’ll see if I can reproduce it
Hopefully this one fixes it
I believe upgrading JavaFX to a version above version 17-ea+8 will fix this issue, assuming it doesn’t break anything else in the project (the current version of JavaFX in the...
(The reason for this is that javafx just doesn't exist for arm64 before 17) Another large note is that JFoenix doesn't support any javafx version after 16 (what a coincidence)....
Interesting; is that file (...../xmr_stagenet/tor/tor) a bash script? The reason I ask is that the error _strongly_ implies that it is, but the equivalent file on my system is not...
Looking into it, there actually isn't an official ARM64 tor-binary (see [here](https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/issues/32355)). There have been unofficial builds, and there have been several PRs attempting to add it, with none of...
MacOS ARM64 is supported, and since the current tor-binary implementation grabs the universal binary, there (shouldn't) be any issues for MacOS Apple Silicon.