Olivier

Results 11 comments of Olivier

An alternative solution (or dirty hack ? :sweat_smile: ) would be to use bindfs (on Linux) to mirror the directory on your host and set the permission accordingly, then just...

Just for the record, hickory does not work either in a React Native environment (using re-natal on an android device)... I've got the same error as above (`Node is not...

One of the purposes of liverepl (I guess) is to connect to an existing java application to run custom code without recompiling and restarting it. ``` clojure ; import some...

I've got the same issues with some very (very) large HTML files (up to 600 MB). I have several files that ends up in a OOM, so I had to...

Hello @ebrigham, thanks for your interest in this project. All kudos go to the creator of Scala-js and the Ionic framework ;) I've just managed to put it all together...

@ebrigham I don't have much time right now, but I'm pretty sure it would be even greater to wait until supersonic matures a little bit more. There is also one...

There is also React Native (from Facebook) that looks interesting...

React Native has not been made public yet, an alternative would be https://www.nativescript.org/

I recently had a similar issue with the "IDF Mobilités" app on a rooted phone. After trying many things, such as upgrading Magisk to version 26 and reinstalling the app...

@zak905 thanks for your answer. I did not know about this technical limitation. I've found this https://docs.google.com/document/d/10fmlEYIHcyead_4R1S5wKGs1t2I7Fnp_PaNaa7XTEk0/edit#heading=h.kog1ji9nzq7y that might be relevant. I'll try to find some time to think of...