Nicolas Holzschuch

Results 1262 comments of Nicolas Holzschuch

As far as I can tell, this directory is created by the system and no one can remove it. What does `ls -l` tell you?

Hi, Impressive work so far. From the first error message, I take it that you also edited `commandDictionary.plist` and added `php.xcframework` to the list of embedded frameworks. There are few...

You should see the program output in the Xcode console. In order to see it in a-Shell, you will need: - include `ios_error.h` at the beginning of every C file...

Congratulations! (and yes, I would absolutely be interested in adding PHP to a-Shell) Once the App is in the AppStore, remind me to add it to the list of Applications...

> Good news! I got around this by preventing PHP from closing `stdout` or `stderr` after exit. You probably need to check what `stdout` and `stderr` are. If they are...

It's a good question. The .profile is executed before the standard output is active, so there is basically nothing to write to. I could redirect writing to a temporary buffer,...

You have the simple option: open the Settings app, go down to a-Shell, and click “Caps-Lock = Escape”. This one will map caps-lock to escape on your external keyboard to...

Hi, there are going to be other issues before termios.h: currently, wasm programs cannot listen continuously to standard input. They can pause and wait for an input that ends with...

I was thinking of doing the same thing I've done for vim (https://github.com/holzschu/vim/), for example, especially since kilo is so simple: - download `ios_system.framework` and `ios_error.h` from https://github.com/holzschu/ios_system/releases - add...