AE1020
AE1020
> I don't think we want to make the C API's purely void* typed. C lacks inheritance, and has no concrete instances of uv_handle_t. The cast is make-work, *and only...
> The resistance (indeed from C programmers) is to turning libuv halfway into a C++ library. It's resistance to scope creep. Then don't do the C++ bit. Just do the...
Relatedly (?), it could be useful to have a way to be able to point at a directory containing a locally built qsharp-runtime in the process of compilation in general,...
I was just now looking at this project, trying to build the Wasm demo and got the same error... It appears that [FontTransform::RotateAngle() was reverted in July](https://github.com/plotters-rs/plotters/commit/6bd30045e545e7308b1349c6ffaaa22a4c6eeb94) in the main...
> There's no bug, just compiler pedantry+stupidity I understand the bias when dealing with lower-level code, to feel like it is make-work to be const-correct when working with structures that...