Oscar Dowson

Results 1421 comments of Oscar Dowson

I'm chipping away at this again. My current build script looks like: ``` cd $WORKSPACE/srcdir/minotaur # Minotaur is hard-coded to look in IPOPT_INC_DIR/coin, but the path we have # from...

Maintaining the accept list seems like it could be a pain. But the real issue is that GitHub doesn't have any linting in the web editor, so it's hard to...

This needs a new tag of MOI so we don't fail on the errors in MOI's docs.

I noticed this as well over the last couple of days, but I can't seem to figure out how to reliably trigger it. Also maxing out the memory and one...

I could only find a couple of places of overfull, for example, on page 256 of https://raw.githubusercontent.com/JuliaLang/docs.julialang.org/assets/julia-1.8.1.pdf there is: I don't know what we should do about that though. If...

A good option might be `adjustbox`: * https://tex.stackexchange.com/questions/329223/shrink-table-with-adjustbox-and-handling-booktabs-margins * https://ctan.org/pkg/adjustbox?lang=en ``` \usepackage{adjustbox} \begin{document} \adjustbox{max width = \textwidth}{ \begin{tabular}{c c c c c} A very very wide table & A very...

The `.tex` file is correct without any spurious new line or escape characters: ``` \begin{lstlisting} π = 3.1415926535897... \end{lstlisting} ``` so this is a known problem with unicode in the...

> We should probably add a deepcopy before the solve. A deep copy won't work here, and causes all sorts of issues due to the underlying C library. The correct...

Linkcheck failure seems like a network issue. It isn't related to this PR.

I don't know if LaTeX has a way of automatically wrapping text in a table without manually specifying the column widths. And the equation thing is similarly hard.