Lucien Greathouse

Results 255 issues of 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.

enhancement

Foreman now supports installing tools from GitLab. We should support installing tools from GitLab too!

enhancement

I like Rust's installation flow (via https://rustup.rs): ![image](https://user-images.githubusercontent.com/654598/169890366-77027672-9e1e-498f-8a20-8d4e047a99c9.png) I think we should do this too.

enhancement

It should work a lot like `npx`.

enhancement

We should add a flag to automatically create an `aftman.toml` file and add a tool to it in one step.

enhancement

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.