Orion Kindel
Orion Kindel
Awesome! My pie-in-the-sky UI would look something like this, mimicking the existing git ui wherever possible: |command|use|flags| |-|-|-| |`git profile new `|create a new git profile with name `` with...
Curious about your thoughts on this @dmfutcher! Happy to help implement this by the way, as there's quite a bit of hidden complexity there. Converting the TUI git config syntax...
sweet! I'll dig around and try to come up with a proposed implementation soon.
@anp would love some :eyes: and feedback whenever you have some time :blush:
master is now at 1.51, @softprops just needs to push a new tag to publish the new image I believe!
I know it's been a while since you opened this issue but you can get around this for local development by cloning the repo and doing: ```sh > docker build...
https://github.com/softprops/lambda-rust/issues/86#issuecomment-813116129
Sorry for coming in with no stake and suggesting the name could be better - feel free to tell me to freak off since this is not my project, just...
Howdy, here's some strawman syntax inspired by my own brain and [rsx](https://github.com/victorporof/rsx) ```rust use css_in_rust::{Px, Color, css}; let color: Color = Color::Keyword::Red.into(); let width: Px = 100.into(); let style =...
I'm probably available to help implement this as well!