Dominique

Results 406 comments of 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: ![Screen Shot 2021-10-01 at 17 03 16](https://user-images.githubusercontent.com/38760/135685943-1ca61743-27bf-4386-ac56-7d0a116402f0.png)

@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.