Jacek Generowicz
Jacek Generowicz
I don't think that these crates are particularly complex or heavy, or that the differences between the featureful ones are all that significant. So I'd say it would be reasonable...
I have managed to fix the ldd 11/12 mismatch in the original GHA, at the cost of breaking the Nix one. This semi-fix is demonstrated in the `Specify clang/ldd 12...
Yes, I wanted to provide one with the original submission, but don't have time right now to extract something minimal. I'll try to give you an example without too much...
[Here](https://github.com/jacg/nix-starters/runs/6450348214?check_suite_focus=true) is an example of the failure. The code that generated it is [here](https://github.com/jacg/nix-starters/blob/24815c106007831e1322a8a5ee9fbc5cb6f4a612/rust/src/lib.rs). + On GHA the error only seems to appear on Mac OS, not on Linux, but...
> With just create file error disa[pp]ear because create override existing file.... I guess ... which is why I tried sleeping while writing and running multiple cases, in order to...
It works, but it the warnings I want in my IDE aren't necessarily the same options I want during compilation.
I'm certainly very uncomfortable with having to edit a project's version-controlled files, just to get my IDE to behave the way I want it to, and then to have to...
I've been meaning to propose this for a few weeks now, just never got around to it!
> If you're looking to see how to make a function that is generic on the inputs Yes, that was my goal: I don't want to have to implement the...
+ The original question has been answered with a number of examples in the discussion. + The privacy of `Units` has been solved by #298. + The derived-quantity-macro idea has...