William D. Jones

Results 188 comments of William D. Jones

>This would seem to violate the usual API design guidance. What guidelines in the [checklist](https://rust-lang.github.io/api-guidelines/checklist.html) are being violated? Anyways, needing to remove the semicolon from the last statement doesn't bother...

@laurent22 You would think, but on this machine in question (Tinkerboard running DietPi), they are not I'm afraid. I know at least one upcoming board from the [J Core Project](http://j-core.org)...

@nukeykt I know this is a silly question, but I need need to email you something re: the project (and I don't want to discuss on Github). What would be...

Email sent, thanks!

I have `pkg-config` installed on my Windows machine, but I decided to take a look at `build.rs` out of curiosity about how `rust-portaudio` handles a lack of `pkg-config` on Windows....

@harvimt I also have the same question as indicated in this issue (_I admit I am not so great with `asyncio` either_): >There's also potentially compatibility concerns if some parts...

FWIW, I checked out both this PR and nmigen/nmigen#575 locally. They both work fine when paired with some quality-of-life changes I intend to submit _after_ this PR is merged.

@mithro Not that I'm aware.

@oli-obk I wasn't sure how to download the try build, so I checked out the PR, compiled it locally, and then compared it to a recent commit (48de123) I _also_...

@lqd I will try `rustup-toolchain-install-master` with `2a2d919ccd8dc0e7f8c61e9e8d07f865fb05e842` just for completeness' sake, but... how do I get past this error? ``` william@xubuntu-dtrain:~/Projects/embedded/msp430/msp430-size$ rustup component add rust-src --toolchain 2a2d919ccd8dc0e7f8c61e9e8d07f865fb05e842 error: 2a2d919ccd8dc0e7f8c61e9e8d07f865fb05e842 is...