bcattle

Results 5 issues of bcattle

Attempting to install this crate with cargo produces the error ``` $ cargo build Updating crates.io index Compiling counted-array v0.1.2 error[E0463]: can't find crate for `std` | = note: the...

This is kind of an obscure corner case. I have a `Cartfile` that specifies a dependency on a local repo like this: ``` git "../ISUtils" ``` If I run `carthage...

bug
help wanted
update

Similar to #191, would it be possible/desirable to make the [`makeEqual`](https://github.com/robb/Cartography/blob/6b1e8755ab4e1209dbde03ea0b2e04875ccd72fb/Cartography/Align.swift#L15) function public? The specific use case I envision is for pinning a group of views with equal widths or...

I want to add a GPIO interface to the Soapy RTL-SDR driver. I'm designing an automatic antenna tuner that I want to control using the GPIO pins on the RTL-SDR....

enhancement

Hello everyone! In [`src/adc.rs`](https://github.com/stm32-rs/stm32l0xx-hal/blob/master/src/adc.rs#L693) analog input pins are enabled based on feature macros like the following: ``` #[cfg(all( feature = "stm32l072", any( feature = "lqfp64", feature = "lqfp100", feature =...