tobil4sk
tobil4sk
> I guess I mistakenly thought the issue was that it built the wrong architecture by default, but still built only a single ndll. This is correct, on the m1...
> I realized that hxp's System.hostArchitecture doesn't have an ARM64 enum value yet. That's going to need to be updated for Lime tools to be able to detect that architecture....
> I don't think our Haxe 4.3 fixes have been merged into the 8.2.0-Dev branch yet Actually, it looks like 8.2.0-Dev does have most of these patches now but my...
> nvm got another error. @JonnycatMeow Did you manage to resolve this? It's possible that your submodules were not updated after checking out to this branch. The location of the...
Neko is deprecated because it was mostly superseded by Hashlink, so there is not much point in maintaining Neko anymore. There was meant to be one more release (2.4.0) mostly...
> Primarily additions to the standard library, plus some typo and documentation fixes, and I think I modified some #defines and fixed some compiler warnings as well. There is one...
Came across a small bug with this on desktop targets, when the text of a textfield starts with a new line (e.g. `"\nאוטובוס"`) the direction of the text is deduced...
I've just tested it now with - and +, those work as intended: ``` Source/Main.hx:38: rightToLeft Source/Main.hx:38: rightToLeft ```
Here is a fork of the branch with the current merge conflicts resolved: https://github.com/tobil4sk/openfl/tree/TempTextField
> It returns wrong path if directory contains cyrillic chars. Sounds like it's related to #1472