player-03
player-03
What would it take to get this merged? Lime is now in a position where it can use more recent NDKs, but this is holding it back.
> A notable disadvantage of my current approach is the potential of `AssetHelper.processLibraries` to call external asset handlers, leaving the filesystem in an unknown state, in which case I just...
> This isn't only about correctness of final builds (which is important of course!), but correctness of testing builds as well. Can you give an example of a real-world use...
I recall [discussing a similar issue last year](https://github.com/openfl/lime/issues/1486#issuecomment-966375133). If it really is the same, you might be able to fix it by adding `C:/HaxeToolkit/haxe/lib/lime/8,0,0/ndll/Windows64/` to your PATH. (Adjusted based on...
That's annoying. I guess the repo's settings mean we can only fetch the latest commit? Two days ago they made a new commit, which is probably what broke it. I...
Good news: the latest NDK is working! Bad news: only if you use my HXCPP pull request.
Glad to hear it! Can always use more eyes on a large change like this. This won't be released until Lime 8.1.0 or 8.2.0. I don't think any of the...
@flashultra reported the following error with libpng: > ```text > From https://github.com/freedesktop/pixman > * branch 244383bf9f3493c014985de46876e40fd5db43f3 -> FETCH_HEAD > Submodule path 'project/lib/pixman': checked out '244383bf9f3493c014985de46876e40fd5db43f3' > error: Server does not...
> Maybe one possible solution will be to add branch, not to get the HEAD According to [a highly-upvoted StackOverflow answer](https://stackoverflow.com/a/18797720), even if you specify a branch, you still have...
~~Merging wouldn't help. [Judging from TextField.hx](https://github.com/openfl/openfl/blob/9.2.0/src/openfl/text/TextField.hx#L1739-L1754), the problem is that Haxelib isn't reporting the correct version of Lime. For whatever reason, Haxelib judges library version based off the folder name,...