Peder Bergebakken Sundt
Peder Bergebakken Sundt
It seems filterdiff ignores changes in file permissions, such as removal of the executable flag. # Repro: ```shell curl 'https://github.com/NationalSecurityAgency/ghidra/commit/e2a945624b74e5d42dc85e9c1f992315dd154db1.patch' | filterdiff ``` # Expected result A diff # Actual...
Error: ``` error: failed to parse BibLaTeX file (../zotero-autoexport.bib:28: unknown editor type) ``` Offending biblatex entry, as generated by `zotero-better-bibtex` ```bib @video{acerolaThisDifferenceGaussians2022, entrysubtype = {video}, title = {This Is the...
``` ====================================================================== ERROR: test_header_set_cookie (test_seasurf.SeaSurfTestCaseSetCookie.test_header_set_cookie) Test that the Set-Cookie header was passed on a new request ---------------------------------------------------------------------- Traceback (most recent call last): File "/build/source/test_seasurf.py", line 731, in test_header_set_cookie client.cookie_jar.clear() ^^^^^^^^^^^^^^^^^^^^^^^...
``` test_seasurf.py:147: DeprecationWarning: The first parameter 'server_name' is no longer used, and will be removed in Werkzeug 3.0. The positional parameters are 'key' and 'value'. Use the 'domain' and 'origin_only'...
``` test_seasurf.py:731: DeprecationWarning: The 'cookie_jar' attribute is a private API and will be removed in Werkzeug 3.0. Use the 'get_cookie' method instead. ```
**Syntax:** * name: typst * description: a new markup language for typesetting papers, a latex replacement on the rise * homepage: https://typst.app/ * official textmate definitions: https://github.com/typst/typst/tree/main/tools/support * unofficial Sublime...
I would love if nix-portable could simply drop me into the sandbox (in my case bwrap) where the store and in turn `nix profile` are available, without going via a...
Sometimes a script may know it needs version `1.2.3`, but it doesn't know whether the upstream repo prepends `v` on their version tags or not. In such cases a list...
Version: 0.9.2 Test case: ```python import ast, json from redbaron import RedBaron test_case = """ def foo( bar, baz, ): # test # break pass """.lstrip() print(ast.dump(ast.parse(test_case), indent=4)) # dump...
Relying on PR and commit titles to determine which attribute paths to build alone is sensitive to human error, and committers are depending on state of mind prone to merge...