rrrodzilla

Results 4 issues of rrrodzilla

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...

### 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, } }...