Nicolas Holzschuch

Results 1262 comments of Nicolas Holzschuch

That's a good question. To speed things up, the .profile is executed while the rest of the app is starting up (especially the actual terminal window). As a consequence, the...

There are existing Python packages that provide the same functionality: https://pypi.org/project/dos2unix/ or https://github.com/anir/dos2unix-python/blob/master/dos2unix.py I think these should solve your issue.

It seems something has changed with iOS 14. The font picker is showing my user installed fonts in the "Recents" section, but not in the list of fonts by font...

config -s "size"

The short answer is that multi-threading in a-Shell is most likely not going to work. The long answer is that since there is no fork() on iOS, a-Shell simulates the...

- there is no way (currently) to run a command in the background. - iOS has strong restrictions on running applications in the background; there is no way to run...

Other people have asked for it too. I'll be adding the cut-copy-paste buttons to the next TestFlight version to see whether it improves user experience. I'd say it's mostly useful...

It's now out for TestFlight, if you want to test it: https://testflight.apple.com/join/REdHww5C

It's the usual problem: you can only install pure Python packages, since there is no compiler that is capable of creating a dynamic library that would be useable by Python....

Now that is a good question. bitarray is not part of a-Shell standard distribution, so something or someone installed it earlier. That something installed a compiled version of the dynamic...