Nicolas Holzschuch

Results 1262 comments of Nicolas Holzschuch

At some point in the past, I did code this feature. Opening an url with the "blinkshell://" scheme resulted in blinkshell executing the command after the :// So opening the...

Yes, I have the same problem. I am unable to recompile iVim for the time being (that was one of the reasons for starting the work on a-Shell).

Compilation should work now. The original repository was updated, and so was this one. Python does not work, but I think I know why.

Hi, thanks for raising this one. The explanation is embarassingly simple: when I started working on running Unix commands on iOS (a few years before a-Shell), I copied what was,...

You're right, thanks for checking this. I was looking at the code for `usage()` and looking for `-L`, but I had missed the `%s`: ```C fprintf(stderr, "usage: ifconfig %sinterface address_family...

Hi, the bad news is: I still don't understand how ifconfig is loading options. The good news is: linking with `af_inet6.c` did the trick. The latest TestFlight version of a-Shell...

Thank you very much for these tests (and for opening the issue in the first place). The build has also passed Apple's check for forbidden internal API calls (which is...

Yes, and it's been removed since then, but I hadn't pushed the changes. It should be done now.

If by "release" you mean as part of the a-Shell app, then it's already out. If by "release" you mean a release of the binary framework for network_ios, then it's...