Matěj Cepl
Matěj Cepl
### Problem Opening `*.rej` file leads to running https://git.sr.ht/~mcepl/vis-open_rej/tree/master/item/init.lua script, which leads to this crash: ``` GNU gdb (GDB; openSUSE Tumbleweed) 16.3 Copyright (C) 2024 Free Software Foundation, Inc. License...
**What doesn't work?** When packaging the 0.9.17 package (tarball from PyPI) for openSUSE/Factory we have encountered these three tests from the package’s test suite to fail: ``` [ 64s] ===================================...
While packaging this for openSUSE/Factory (commit 8637820), I have noticed this failure on ppc64le architecture (seems like working on others): ``` [ 91s] =================================== FAILURES =================================== [ 91s] ______________________ TestGreenSocket.test_send_timeout...
### Issue Description I understand that it means just “test”, right? It is rather confusing, when running the test suite and not understanding what’s going on. (of course, remaining strings...
``` go: downloading golang.org/x/sys v0.32.0 go: github.com/ktye/[email protected]: parsing go.mod: module declares its path as: duitdraw but was required as: github.com/ktye/duitdraw restoring github.com/ktye/[email protected] go: downloading golang.org/x/exp v0.0.0-20210405174845-4513512abef3 go: github.com/ktye/[email protected]: parsing go.mod:...
Other way is to have explicit REMOTE argument.
Replaces #30, because bloody GitHub cannot do proper stacked PRs.
References: https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license
I would like to contribute this script to the git proper (unless you want to do it yourself), because [it is nice to share](https://lore.kernel.org/git/CABg7He2asYQbdRvSvfh1YZ2FRPchVfvta8yBv4PFdVNnhzX6Ow@mail.gmail.com/), but for that to happen, the...
For classes the generated HTML anchors need to be prefixed 'Class_'. Fixes: https://github.com/lunarmodules/ldoc/issues/413