Richard Berry

Results 7 issues of Richard Berry

Partially related to #28. Would you be receptive to a PR adding Windows CI? I'm in the process of submitting a PR to FlatBuffers and I'm seeing what looks like...

Hi. I'm interested in maintaining a cherrymusic package for Fedora, so I've made an [RPM spec](https://github.com/rjsberry/cherrymusic-copr/blob/master/SPECS/cherrymusic.spec) and built RPMs for cherrymusic-0.40.0 on copr: [https://copr.fedorainfracloud.org/coprs/rjsberry/cherrymusic/](https://copr.fedorainfracloud.org/coprs/rjsberry/cherrymusic/) Everything seems to be working fine...

Would you be interested in reviewing a PR that adds support for no-std + no-alloc? Currently either the std or alloc feature is necessary. #606 introduced support for no-std +...

In [`sealed.rs`](https://github.com/japaric/heapless/blob/644653bf3b831c6bb4963be2de24804acf5e5001/src/sealed.rs), there are a number of associated constants which are used in const fns to try and trigger compile failures when const generics don't match particular requirements. These const...

bug

I've used _heapless_ in a number of applications now and I often find I only use a subset of its functionality (e.g. just `Vec` and `String`). It would be nice...

enhancement

It would be great to have a "lite" version of the macros in `cortex-m-rt` which are written without proc-macro and related dependencies. For smaller applications which do not have a...

enhancement

Have you considered releasing 1.0.0? If not, is there anything you have in mind that you'd like to add/change first? `pico-args` is a really nice crate and seems to have...