Results 534 comments of Henry Heino
trafficstars

The minimalistic example works for me (on an iPhone with iOS 15.1). Maybe it has to do with the split screen? What happens if you add a `sleep 1` as...

I can reproduce the issue described above if I 1. Open a-Shell 2. Open Shortcuts 3. Run the minimalistic shortcut ...but not if I 1. Make sure a-Shell is not...

This comment about compiling miri (and I think also rustc) to WASM is interesting: https://github.com/rust-lang/miri/issues/722#issuecomment-795763551

If you want to make a GUI with JavaScript, I suggest looking into `jsi --in-window` and `jsc --in-window`.

I've also used `python3 -m http.server` to start a server that runs on `http://localhost:8000/`. When I do this, I generally run the server in `a-Shell Mini` and edit files in...

> I'm will be investigating for a recent source code [...] https://github.com/freebsd/freebsd-src/tree/main/bin/sh

https://github.com/holzschu/a-shell/issues/94 seems related to this!

Escaping the $s fixes it for me: ``` $\colorbox {aqua}{\$\color{red}{f=ma}\$}$ ```

It looks like the mobile tests aren't being found: ``` ➤YN0000: [@joplin/app-mobile]: Process started ➤YN0000: [@joplin/app-mobile]: No tests found, exiting with code 1 ➤YN0000: [@joplin/app-mobile]: Run with `--passWithNoTests` to exit...

It looks like a dependency is missing! Try running `yarn install` again and committing changes to `yarn.lock`. > Error: ➤YN0000: │ root@workspace:.STDERR➤YN0000: [@joplin/app-mobile]: tools/buildInjectedJs.ts(6,45): error TS7016: Could not find a...