Ian McInerney
Ian McInerney
Multimedia support was added to notcurses in https://github.com/JuliaPackaging/Yggdrasil/pull/7825, so closing this one.
I would also be interested in the fallback approach in LBT, since I have been wanting to finally get BLASFEO as a BLAS backend in Julia so I can play...
> > Also note, now there is a ReferenceBLAS_jll package in Yggdrasil. > > What does it do? It is just the netlib reference BLAS, so you can think of...
You need to pass the library handle from the JLL package to the forward function, so it should be: ``` julia> using ReferenceBLAS_jll julia> BLAS.lbt_forward(ReferenceBLAS_jll.libblas) ```
Based on the last comment in https://github.com/wxWidgets/wxWidgets/issues/24151, I am guessing something in master still needs to be backported to 3.2 to fix the macOS scrollbars. Any idea which commit that...
> While I don't think performance is critical, a 20x slowdown is a bit concerning. A typical program might well load a few dozens icons on startup... I guess it...
Well, at least in KiCad we have ~563 source SVGs we use to generate our current toolbar/menu bitmaps via an offline process currently (so we bundle the rendered PNGs at...
> @imciner2 The risk for doing a real-time switch in order to use nanosvg on SVG files that work is that it assumes the SVG will never change in a...
Looking at the uses of the symbol that was undefined in the reported bug, it is called from the static `wxGLCanvasEGL::GetDisplay()` function, which is in turn called from the constructor...
> It would be really nice to get this done before 3.3.0, even though it's not that simple... Do you mean the runtime version detection or the runtime switching (since...