Ian McInerney

Results 230 comments of Ian McInerney

This is the black popup box I am refering to: ![ReleaseMonitoring](https://user-images.githubusercontent.com/2262453/130067060-504fcbe3-690b-42cb-9e6d-0e473cb0331c.png) Having it say URL when it isn't the full URL is very confusing, and actually led me to paste...

I was able to remove the error by forcing the return type to be `Int64` instead of just `Int`, and it seems to work. I don't know if that introduces...

The git source for this build recipe is the same as the one for `AccerionSensorAPI` (see this build recipe https://github.com/JuliaPackaging/Yggdrasil/blob/master/A/AccerionSensorAPI/build_tarballs.jl), so why is this necessary instead of using the existing...

The problem I am talking about is how do you specify the version of the BuildDependency that the JLL is built with. Right now, I don't see a way to...

This could be somewhat problematic for libraries that aren't designed to work with it, since not all libraries properly export their symbols in the symbol table with default visibility (and...

Readme has been created for the footprints.

Created hand-solderable 0805, 1206, 2010 parts.

Is there any progress on adding toolboxes to the Windows and macOS runners? I have a package I am working on where I need the `half` type, so it needs...

I think this error is related to the setup of the Visual Studio environment or the environment variables, because QDLDL should be able to be compiled with any MSVC toolchain....

Its possible this might be fixed by the memory management changes in https://github.com/osqp/osqp/pull/457, but the backtrace seems to suggest a matrix is not getting updated properly rather than an issue...