István Szmozsánszky
István Szmozsánszky
I got tired of manually updating `subo` on Linux and wanted to write a script that pulls & installs the latest release. Conveniently, GitHub provides a "`latest`" virtual folder for...
Fixes #175 [Discord thread](https://discord.com/channels/808215368342044692/1004818474234826793) As noted in that issue, on Linux, Docker is run as `root` and this is how the current runnable is mounted into the Docker filesystem. This...
I'm seeing a weird issue on Linux (Ubuntu 20.04, running as my own user `flaki`) where `subo build .` would use the docker build method to build the Rust runnables,...
As mentioned in suborbital/docs#154 we should consider updating the `subo`-generated templates adding the non-autocert option for the builder. We should consider which usecase to make default, but can also inline...
Making it easier to use `sat` and bundling it with `subo` would be really useful for the developer experience. Having something like `subo exec wasm-runnable.wasm` which would pass the runnable...
This might very well be a fix meant for Atmo, but I file it here for `subo` because I think it's primarily a (beginner) UX/DX issue. With a newly scaffolded...
Subo intermittently throws this notice: ``` ℹ️ failed to getLatestVersion: failed to fetch latest subo release: context deadline exceeded ``` This is due to us synchronously checking for updated `subo`...
Currently `subo create runnable` doesn't touch the Directive at all. In certain situations it might be useful to append the newly created runnable to the Directive and expose it as...
People trying to install the `subo` CLI seem to be hung up here, I just tried the clean install on Ubuntu 20.04 from `main`. I got the latest go snap...
`e2core mod start ` is supported but currently undocumented.