Nicolas Holzschuch

Results 1262 comments of Nicolas Holzschuch

No much to suggest here, I'm afraid. The best solution would be to have a version of sacad that does not depend on bitarray. I think version 2.1.5 should do...

Thanks for the reminder, I'm going to have a look.

This feature is not available for the time being. It is on the TODO list, but there are issues to consider. Ideally, I'd like to use a syntax that people...

It follows the bash syntax: \w for current directory with path (but shortened using ~ as much as possible), \W for current directory, \t for the time... This page (any...

Try with `setenv PS1 "\u:\w$ "` export is not behaving as expected, but `export PS1=\\u:\\w$ ` will give you what you want (i.e. no double quotes). I'll have a look...

Version 1.9.1 is now out, it should fix this issue with `export`.

I suspect this was a-Shell restoring the content of a previous session.

Hi, this is related to issues #46, #127 and #172: we do not have Node.js on iOS (and I think that the flavour of JavaScript installed on iOS is incompatible...

Hi, the new version (1.9.0, on the AppStore) has ffmpeg 5.0. I'll see if I can move it to 5.0.1 in a future version.

Hi, I just tried. We can't use wasm when running in extension (for now, at least) because wasm uses a webView to execute JavaScript and WebAssembly. Since the extension doesn't...