Nicolas Holzschuch

Results 1262 comments of Nicolas Holzschuch

Hi, this should be fixed with build 203 currently on TestFlight ( https://testflight.apple.com/join/WUdKe3f4 ). If you can confirm that it works for you, I will release it for everyone.

latexmk should also be in the new TestFlight, but you might need to uninstall/reinstall TeX packages to make it appear.

"Select file" is for picking up a file anywhere on the iPad. "Get file" is for transferring a file from the a-Shell Shortcuts directory to another shortcut action, so it...

Hi, I would need more information about the makefile in question in order to understand and fix the behaviour you describe. a-Shell uses BSD-make, which is slightly different from GNU-make....

Even though MacOS is BSD Unix, their version of make is GNU make. For example on my mac: ``` % make --version GNU Make 3.81 Copyright (C) 2006 Free Software...

> It also works with Ubuntu, though. Same, Ubuntu also has GNU make by default. When it is installed, BSD make is usually called `bmake`. Between the makefile and the...

From a quick test, the rewriting rule `$(SRC:.cpp=.o)` works in BSD make, so the question is: what is the value of `$SRC`? You could try adding `echo $(SRC)` and `echo...

WASI currently does not support sockets. Then again, I have already added file access to WASI, so I could add sockets. It will take some time (or I could switch...

I'm not enough of a Vim-expert to know about C++ code completion, but plugins for code completion that work outside of a-Shell should work inside a-Shell. Qt libraries, on the...

With the plugin management system in Vim 8 and the new git-like command (lg2), it's often as easy as "lg2 clone repository" in the .vim/pack/plugin/start package.