Benoît Legat
Benoît Legat
When using Mosek after a POI layer without any bridge in-between, the performance was catastrophic because the PSD variable where bridged to affine constraints as the bridges didn't see through...
See https://github.com/jump-dev/MathOptInterface.jl/pull/2665
CompatHelper is disabled: https://github.com/JuliaFolds/FoldsCUDA.jl/actions/workflows/CompatHelper.yml
The value of `file_input.file` is not updated in the example below: ```julia app = App() do file_input = Bonito.FileInput() on(file_input.value) do file @show file end button = Button("Show") on(button.value) do...
https://github.com/SimonDanisch/Bonito.jl/blob/2639ac58f576066e321a71c0d22ab3d0640f2bcf/docs/src/deployment.md?plain=1#L117
Maybe the CompatHelper workflow could be reenabled: https://github.com/pc2/GPUInspector.jl/actions/workflows/CompatHelper.yml
On my system, I am getting a segmentation fault. The issue is that all these are evaluated to `false` https://github.com/wolfpld/tracy/blob/a03c7580b9101df3225937524e09a9a885d5464a/server/TracyPrint.cpp#L262 https://github.com/wolfpld/tracy/blob/a03c7580b9101df3225937524e09a9a885d5464a/server/TracyPrint.cpp#L285 https://github.com/wolfpld/tracy/blob/a03c7580b9101df3225937524e09a9a885d5464a/server/TracyPrint.cpp#L297 https://github.com/wolfpld/tracy/blob/a03c7580b9101df3225937524e09a9a885d5464a/server/TracyPrint.cpp#L306 and then the errors occurs in https://github.com/wolfpld/tracy/blob/a03c7580b9101df3225937524e09a9a885d5464a/server/TracyPrint.cpp#L72-L91...
Follow up from https://github.com/JuliaDocs/DocumenterCitations.jl/issues/78 With the script ```julia using DocumenterCitations bib = CitationBibliography("bug.bib") DocumenterCitations.format_bibliography_reference(bib.style, bib.entries["key"]) ``` For ```bibtex @misc{key, author = {{\"U}nl{\"u}, {\c C}a{\u g}lar}, } ``` I get ```julia...
The `unsafe_backend` is very useful to get info about the backend, especially with the new `show` methods in MOI. But it's much less useful when the backend does not support...