Adhyan H. Patel

Results 10 comments of Adhyan H. Patel

I was wondering if help was still needed to complete this, or if it's a dead project

Yes, I would love to contribute (bear in mind, I'm still a beginner on the embedded Rust side of things). I just wanted to help make embedded Rust more accessible...

This exercise stumped if a bit too, even though I have used `if-let` and `while-let` constructs before. I think the users would benifit for more examples as to why we...

I think what the exercise intended was `vec![10, 20, 30, 40]` Although it wouldn't make much of a difference if you use `Vec::from` or the `vec!` macro

Feel free to checkout the code that is ready to be merged at https://github.com/frroossst/numbat/tree/36e8d059683f05a0bcf32bbb0d14447f19011563 I have run `cargo test` and all tests seem to pass.

shouldn't plotting be an additional feature that could be turned on, but should be disabled on default installs? ```bash cargo install numbat-cli --features plotting ```

https://doc.rust-lang.org/cargo/reference/features.html?highlight=additive#feature-unification I was just going off of this which says cargo features must be additive

So, should I close this as won't fix?

Sorry, for being a tad bit late to open this PR, December was finals month so super busy. I know this implementation isn't quite ready to be merged just yet....