Sebastian Höffner
Sebastian Höffner
This is nice, thanks – it helps me a lot, and I simply installed it from your fork. @Frozen-Flask @SimonSapin @honzajavorek are you still maintaining the project? This PR would...
The new changes look good.
Which flask version did you install? The reason for the CI failures seems to be that Flask >=1.1 defaults to Flask 2 for Python versions >= 3.6, as 2.7 and...
There seems to be a change in how that `static` endpoint is handled in Flask 2.0, as all failures seem to relate to files being served via `/static/`, but I...
It would be possible to filter all errors/methods, but you will never know in which places users will have credentials, so that will become tricky. In this particular instance you...
I see the same behavior on 1.4.1. You can also quickly test it with the following job (which will not be planned if the GPU is not detected properly): ```hcl...
It seems I smuggled an additional n into the image name (will fix it now), but on 1.3.2 the job is starting, on 1.4.1 it is not placed, thus the...
No, we downgraded the GPU clients back to 1.3.5 and only run the servers on 1.4.1. On Wed, Oct 26, 2022, 10:06 Fr0stoff ***@***.***> wrote: > It seems I smuggled...
I can generate debug level logs tomorrow. On Wed, Nov 2, 2022, 14:00 Tim Gross ***@***.***> wrote: > Hi folks, we've seen this issue and it's on our pile to...
The Linux build seems to use pandoc 2.5, but --citeproc is only supported > 2.11 (https://pandoc.org/releases.html#pandoc-2.11-2020-10-11 – on macOS, 2.18 is installed, so I didn't notice) – before `--filter pandoc-citeproc`...