Benoît Legat

Results 290 issues of Benoît Legat

Then the user has to call `value(::GramMatrix)` in order to get the actual values. See https://discourse.julialang.org/t/when-adding-a-sumofsquares-constraint-is-it-possible-to-get-the-jump-variable-corresponding-to-the-gram-matrix/127966

Needs https://github.com/JuliaAlgebra/StarAlgebras.jl/pull/64

The `DomainError` that is thrown is incorrect: ```julia-repl julia> @argcheck det(A) < 0 DomainError ERROR: DomainError with det(A) < 0 must hold. Got det(A) => 0.0: Stacktrace: [1] throw_check_error(info::Any) @...

See https://github.com/JuliaPluto/PlutoPDF.jl/issues/28#issuecomment-2778890255

I'm trying to use PlutoPDF in github actions for https://github.com/blegat/LINMA2710 As you can see [in the logs](https://github.com/blegat/LINMA2710/actions/runs/13988982170/job/39168413388#step:10:143), I'm getting the error ``` [ Info: Running notebook... [ Info: Generating pdf......

The first example works correctly, while makes me thing that this is a supported operation. The second one produces an error though and the third one even produces a vector...

Thanks for the nice packages! I have a use case where I have already loaded the page and parsed it with `Gumbo` so it would be helpful to split `scrape_tables`...

https://github.com/jump-dev/Dualization.jl/blob/95410dd51755bc9dc3e65c81b9e2aeeded7df13c/src/dual_equality_constraints.jl#L177-L181 See https://discourse.julialang.org/t/cant-get-the-example-dualization-to-work/129478/2?u=blegat

Suggested by @AayushSabharwal. I am wondering whether that wouldn't be better compared to what we have. The types for which that does not work are the types from JuMP, MOI...