Emma Cold

Results 52 comments of Emma Cold

Here is a SciPy build for ARM64: https://github.com/goodclass/scipy_arm64. Some things don't work and make the app crash. After SciPy, SciKit-Learn will be easy to build and include.

@holzschu For backspace, we can store the input and send it to the stdin only when the user presses enter, almost all commands in ios_system don't need realtime input. I...

Would it be a way to not block the main thread?

Ok. I will try to fix it and submit a PR.

This is an issue on [ios_system](https://github.com/holzschu/ios_system) https://github.com/holzschu/ios_system/issues/4 I will try to open a pull request and implement the feature on LibTerm. Thank you for opening the issue. I did not...

Ok. I will search for another solution without modifying this code because it comes from another project. I think changing C dialect could work.

There is no CocoaPods release. I don't think there is any project using this. The framework is an UI that can be embedded in other apps. But, for running commands...

If you want to embed the UI of this app in another app, You can download the pre-built framework: https://github.com/ColdGrub1384/LibTerm/releases/tag/1.5. Libraries mentioned in the release notes must also be installed,...

jsc prints the result of the script. So for example, `1+1` will print 2. I will anyway add functions to show output.