Matthew J Perez

Results 6 comments of Matthew J Perez

@mrinalwadhwa Can I grab this?

@thomcc @spacekookie to use tokio-console, you currently need to use `RUSTFLAGS="--cfg tokio_unstable"`. I've feature-gated the use of tokio-console behind `#[cfg(feature= "console")]`. Users can then use it by running 1. `RUSTFLAGS="--cfg...

Also, this thing is pretty cool. I'm using the echoer and app examples from the [How-To Guides](https://www.ockam.io/learn/how-to-guides/rust/02-worker/) (looping 20 times) for testing and can see stuff like this. ![2022-02-06_20-46](https://user-images.githubusercontent.com/41358385/152712719-74286917-4382-4998-bd94-2448c3d1c261.png) ![2022-02-06_20-48](https://user-images.githubusercontent.com/41358385/152712754-7086c847-dfd0-4c59-b2e1-788c617fb9b3.png)

did you uncomment the line in `Embed.toml` like we had to do in `03-setup`? As for gdb, from the `discovery/microbit` directory, I used `gdb-multiarch target/thumbv7em-none-eabihf/debug/led-roulette` followed by `(gdb) target remote...

I've added a help note when there are type mismatched and both `expected` and `found` are function items, linking to https://doc.rust-lang.org/reference/types/function-item.html. I'm still working on how to add the alternative...