Olof Thorén
Olof Thorén
I'm using your supplied version, http://johnholdsworth.com/android_toolchain.tgz And yes, that's where setup.sh comes from
Yes, 5 years is a bit too old I guess - but their tools have other problems and are also not working. I have the toolchain compiled for Android and...
Already have! I'm probing all alternatives! =)
@lexoyo I also need this and have been trying to look into it - but not sure how... There is a file, HTMLStyleElement-impl.js, that calls createStylesheet() in helpers > stylesheet.js...
This is a major show-stopper for JSON feed, and why I stopped using it. Whenever an author adds a newline wrongly, the whole feed breaks until that post isn't part...
Thanks for the reply! I don't really need to switch to the actual main thread with DisptachQueue.main, I just need it to not deadlock AND respond with "true" when inside...
Well, that is unfortunate. I would much like to keep the non-UI code as intact and untouched as possible (some refactoring is ok). Especially with Swift 5.5 and Actors you...
Not really, it still needs to know on what thread to change UI-related properties to not mess up UI-states. Or one can think of it this way; we have this...
Thanks! That discussion brings the exact points I was trying to make. The solution is also where my thoughts where going. I think DispatchMain is a more integral part of...
Wow, and thank you! This looks like exactly what I need! To be honest it felt a bit much to get into all of the underpinnings of the NDK and...