Lucien Greathouse
Lucien Greathouse
Some other small(-ish) dev servers like [live-server](https://github.com/tapio/live-server) support watching served files and automatically reloading any connected browsers. This is super handy for development! It could also serve as a good...
This snippet creates a colorbox of max width and height 90px instead of 90vw and 90vh. ``` js $(".gallery a").colorbox({ maxWidth: "90vw", maxHeight: "90vh" }); ```
Foreman has a GitHub Action that automates downloading and installing Foreman. I think we should create an action for Aftman, too.
Foreman now supports installing tools from GitLab. We should support installing tools from GitLab too!
I like Rust's installation flow (via https://rustup.rs):  I think we should do this too.
We should add a flag to automatically create an `aftman.toml` file and add a tool to it in one step.
This should help us catch more issues, hopefully.
This one didn't pan out without implementing `IntoMint` for primitives, but I wanted to open this for visibility.