Roland Rodriguez
Roland Rodriguez
I'm using an SMS channel for my bot and when the control finds an address it sends a picture of the location for the user to verify. That's a nifty...
Error: 'abs_out_mps()' operation does not support input type 'int64' in MPS backend on Apple M1 Mac
### Issue Description When running the ingest.py script on an Apple M1 MacBook Pro with 32GB of memory, an error occurs due to the 'abs_out_mps()' operation not supporting the input...
The comments in the DrawerNavigation example say to treat it like any other route. My setup uses StackNavigation to move between my walkthrough, login and sign up screens. After login...
I've noticed that the crate doesn't currently support structures like this: ```rust enum Command { PrimaryCommand { subcommand: SubCommand, } } enum Subcommand { PrimaryCommand { some_arg: String, } }...
Hey everyone, I've got a new Rust implementation of the TypeId spec that I'd love to share. It's called [mti](https://crates.io/crates/mti) and it offers a different approach by adding extensions to...
https://github.com/charmbracelet/bubbles/blob/a9344b59531d1b947978485dea07c5597299889a/help/help.go#L197-L201 In the FullHelpView function, the spaces within the columns created by lipgloss.JoinHorizontal do not have dedicated style options. This results in inconsistent styling, especially when a background color is...
https://github.com/charmbracelet/bubbles/blob/a9344b59531d1b947978485dea07c5597299889a/help/help.go#L132-L134 First, thank you for your work on this package. In the ShortHelpView function, the space between the key and description does not have dedicated style options. This results in...