Mateusz Franik
Mateusz Franik
@dsherret PTAL
I disconnected the command logic from `#cmdPath` to its own `#command` which I think is a bit better. Please LMKWYT
We'd need to think whether we would even support running them not-locally. We'd also need to check if the snapshot has been compiled for current platform.
Also because snapshots would probably be susceptible to memory attacks we should require `--allow-all` as well as to warn the user about that
Things that are yet to be discussed: - `Sable.fs.File` - `Sable.io.{Stdin, Stdout, Stderr}` - `Sable.io.{write, writeSync, read, readSync}` – should they even exist?
I think issue for LSP is fine, since we definitely plan to have it
I'll want to do this right after #29 or even in it.
> Is this completely dead? This PR, probably. Tui in itself? Not really There is just a lot of things I want to do at this moment. I was working...