Patrick Doyle

Results 8 comments of Patrick Doyle

Okay... so this doesn't seem to be a Rust 2015/2018 issue. It appears to be a tiny-http 0.6/0.7 issue. I can compile and run your `tiny_http.rs` example with tiny-http 0.6,...

Ahhh.... I see... Thank you for the explanation. That's surprising. Despite the number of times I have read the [SemVer](https://semver.org/) and [Cargo Documentation](https://doc.rust-lang.org/cargo/reference/resolver.html#semver-compatibility) pages, I guess I still haven't internalized...

The partition table defined for the qspi flash in the at91-sama5d27_som1.dtsi file conflicted with the partition table I wanted to use. I couldn't figure out how to replace it, so...

Hi Alexandre, I would be thrilled to submit this upstream, but how? (or to which upstream)? Looking at master from git:// git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git, I see that neither at91-sama5d27_som1_ek.dts nor at91-sama5d27_som1.dtsi define...

Note that changing `bitvec = "0.19"` to `bitvec = "0.21"` in my local copy of bluez-rs (and pointing my Cargo.toml file my local copy) solved this problem for me.

Hi laptou, I'm not too sure how I managed to get this to work when was first playing with it. It was a late night and I didn't take great...

I too would like to use this crate to implement a BLE peripheral. Is that possible?