Dominique
Dominique
```julia using PlutoUI with_terminal() do println("BLA") end ``` outputs nothing at all in a fresh Neptune notebook.
Put this together recently, which does the job ```julia using IOCapture import HypertextLiteral: @htl function display_output(value, output) # parts of this scavenged from PlutoUI t = """""" t *= value...
FWIW, same error with Chrome: 
@MonssafToukal It would be great to revive this!
TODO: - [ ] Pass an argument to run a different benchmark script (e.g., to use PkgBenchmark or SolverBenchmark); - [ ] fix the issue with posting the link to...
How about preallocating storage in the quadratic model to store `H * x`? It could be reused for the gradient.
Feel free to go ahead @MaxenceGollier !
It would be easy to achieve using `collect()`, but do you mean that the internal storage should also use `UnitRange`?
Is it ok if we leave it open? There's almost nothing in the docs. It's not urgent; just so we don't forget.