Florian Bruhin
Florian Bruhin
`build_segfault_docker.sh qt5-webengine --temp` fails
When not rebuilding the docker image, the PKGBUILDs from earlier are used, even if they got updated. We should probably not run `COPY` and access them as a volume instead.
Since upgrading to v2.0, I sometimes see this on GitHub Actions: ``` Wed, 20 Jan 2021 17:02:27 GMT py36-pyqt512 run-test: commands[1] | /home/runner/work/qutebrowser/qutebrowser/.tox/py36-pyqt512/bin/python -bb -m pytest tests Wed, 20 Jan...
**Bug report** A sample of mail headers is used in tests here: https://github.com/python/cpython/blob/b2694ab46997746eae7e913738623b39f6334473/Lib/test/test_mailbox.py#L34-L35 However, `_sample_headers` is defined as a dict, despite having duplicate keys, such as `Received`: https://github.com/python/cpython/blob/b2694ab46997746eae7e913738623b39f6334473/Lib/test/test_mailbox.py#L2267-L2290 causing those...
When using LuaTeX, the `\attribute` command introduced by pgf-umlcd conflicts with [LuaTeX attributes](http://wiki.luatex.org/index.php/Attributes): ``` ! LaTeX Error: Command \attribute already defined. Or name \end... illegal, see p.192 of the manual....
When hovering an event (to show the full abstract) in the 35c3 style, it's almost unreadable:  Seems much better when using `color: white;` for `.event:hover` instead:  However, it...
`snb doesnotexist.md` says `Can't open your file: No such file or directory`. I think it'd be better if it created that file, i.e. treats it like it'd contain a single,...
Let's say I'm on https://paste.the-compiler.org/lists/135 - i.e. on page 10 of my recent pastes. If I now use the search form to search for "locale", I land on https://paste.the-compiler.org/lists/135?search=locale which...
When `dockerfile_lint` is passed a file with a line ending with a backslash, but no second line, such as this: ``` test \ ``` it fails with: ``` TypeError: Cannot...
The `formatter` module used by `wallabag-cli` was [deprecated in Python 3.4](https://docs.python.org/3.4/library/formatter.html), and [removed in Python 3.10](https://docs.python.org/3/whatsnew/3.10.html#removed).