James Waples

Results 101 comments of James Waples

All the common Office (maybe LibreOffice too?) icons would be great. Perhaps this could be the beginning of a good set of MIME type icons?

Sorry for not being clearer in the OP. My table looks like this: ```sql create table my_table ( id uuid primary_key, roles varchar array, ... ); ``` With the matching...

Some other points I've found whilst browsing through the docs: * [ ] Peripherals need some basic usage examples. Not entire programs, but something that can be copypastad into an...

Yeah it's a tradeoff really. As a middlingly-experience user of this crate, having short code examples to copy and paste would be useful, even if they are stale. It would...

This would be very welcome. It would be nice to be able to mix sync/async ``s in a `` block as well.

This makes a lot of sense if the path remains the same but the query parameters are changed. Pull request #43 might do this, although after a quick skim of...

This is a good idea, and should be possible (with a sizeable refactor). However, `Polyline` uses a lot of iteration over `point`s internally, so I think the passed `Iterator` would...

I think it might be best to mix the styled/non-styled docs as they're then all in one place under the primitive itself. A potential issue with this though is a...

I have indeed. My plan is to release the MSRV bump and any smaller improvements enabled by it (no major features, just smaller refactors and papercut removal, etc) as its...

I think we should bump the core MSRV the same as e-g, particularly as edition 2021 feels like a "clean" break instead of bumping to the Rust version that happens...