Results 39 comments of S.J.R. van Schaik

I also have a project that is using this crate, so it would be nice to have a way forward since there are some subtle issues I noticed in the...

> I don’t have the answer at hand but one could check if the sizes of the members (recursively for structs) are in descending or ascending order or else emit...

I have some experience with the different affinity APIs since I wrapped them in C a while back. The affinity API for Mac OS X is documented [here](https://developer.apple.com/library/archive/releasenotes/Performance/RN-AffinityAPI/#//apple_ref/doc/uid/TP40006635-CH1-DontLinkElementID_2) and more...

It seems that the patches have landed in mainline since Linux 4.18. I haven't tested whether they work yet, but it seems that the only step that is required now...

I worked out the PATH environment variable. The test script that I am using can be found at [nmigen-boards-test](https://github.com/StephanvanSchaik/nmigen-boards-test). Finally, I also updated the list of boards as the pull...

I am glad to help as I really like the nmigen project myself. > Thank you for doing this work! I've been planning to do it for a while, but...

@mithro Thanks! I will have a look.

I ordered the Nandland Go board, and I will gladly write up and test the board definition for it once it arrives. Given that shipping might take about 4-5 business...

Fair enough, then I will just fix the DE10 Lite :+1:.

As I want to be able to compile this Rust binding for GTK+ on ARMv7, which is also a 32-bit architecture, I am currently working on a patch that fixes...