James Waples

Results 103 comments of James Waples

Would an enum like the following be a sensible solution? ```rust enum ImageDrawError { Display(DrawTarget::Error), Image(E) } ``` > and, for example, draw an broken image icon to notify the...

Tracking issue for const_fn: rust-lang/rust#57563 RFC for generic const fn parameters: rust-lang/rfcs#2632 (I think this is relevant)

Something specific that would allow quite a more fns to be const would be the const-stabilisation of `saturating_add` and `saturating_sub`. The feature was added in rust-lang/rust#58246, but is still behind...

Yeah, 1.47 would be a breaking change. I'd like to not bump the MSRV too often, so perhaps it would be a good idea to leap ahead to 1.56.1 (edition...

Me too. I'll start working on a PR.

If you were curious, 1.40.0 came out almost exactly [two years ago](https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1400-2019-12-19). Not that ancient I suppose ;) @peterstuart looks like we're settled on 1.56.1 MSRV, so if you want...

It would be great if you could take a crack at it.

A link can't hurt, and let's keep going with this issue.

Good point! I guess these should all go in the simulator so people can see what they look like. This is what I've got so far: * [x] Clocks sounds...

Another idea to add to the list: * [ ] A Raspberry Pi (for WiFi support) to show sunrise/sunset like DuckDuckGo does: ![image](https://user-images.githubusercontent.com/800791/64053240-635c8580-cb79-11e9-9610-80e50cdbc278.png) Would demonstrate drawing text and more complex...