Ian McInerney

Results 235 comments of Ian McInerney

Thanks for rebasing this. I have one question now about how this fits into the new CMake flow we have in the develop-1.0 branch. In that branch we now use...

Thanks for the experiments, that is definitely useful. What is concerning to me though is the fact we then have to hardcode the `include` in the path in the third...

> I would love to get this fixed to clarify @imciner2 you would like "$"? My concern is still the relocatability of the pathing. Can you run the experiments on...

How does that icon looked scaled down into a taskbar/notification bar icon? When running, the ZC icon is displayed in the notification area, so it is very easy to see...

By Python do you mean just calling `solve` on the problem, not using the codegen wrapper? If so, then there is an expected difference in the solve times because the...

Fixed by just excluding scipy 1.12 from our unit tests.

No, I am thinking about the package that would provide the glue to the Julia language, the JLL only provides the library. The usecase I have in mind is the...

Using `toolbox rm --force` is not able to delete the container when it is running on my machine. Perhaps what would could be done is to detect if the container...

> It seems like and explicit license_path field is unnecessary if we just use the already universal convention that the files are named LICENSE or LICENSE.md. I wouldn't call it...

The MATLAB-specific code for the printing functions is ``` /* informational print function */ # define c_print mexPrintf ``` This should be placed into a header file, and then the...