Results 39 comments of Josh Mcguigan

Hey thanks for looping me in on this! The game looks great, looking forward to getting a chance to review the source.

Thanks for the suggestion! I'd be open to merging a PR if you are interested in implementing this functionality.

Hi @nickolay, thanks for the report. Looks like github uses `bash` with a fallback to `sh` if `bash` is not available. I'd be open to a PR implementing this in...

Hi @tekjar, thanks for the question. In the short term, I've created a [bit bang serial crate](https://github.com/JoshMcguigan/bit-bang-serial) which I am using to transmit debugging data from the flight controller to...

For the purposes of the betafpv-f3 there are two separate ways to go about this, with pros/cons to each. ### UART using the pins exposed by the USB connector I...

That does look like a nice board, especially because of all the exposed ports it has. That would make it much easier to troubleshoot. I originally chose the betafpv-f3 because...

I have not purchased the `Beta75s` yet, but I plan to soon. I did figure out the serial communication issue I was having, which will help move things along.

Might be worth noting here that the whole reason I noticed this was I wanted vim style navigation, so I mapped hjkl to the left-down-up-right events using global callbacks. But...

I think you are suggesting adding some mechanism to allow `OnEventView` to expose the registered callbacks? Perhaps something like `self.root.execute_callbacks_on(event)`? Would there be any restrictions on running the `BeforeChild` vs...

I've been investigating a potentially similar problem, but I believe I've been able to rule out `attohttpc` as the cause. In my case I wasn't running requests in parallel, and...