Thomas Moschny
Thomas Moschny
Exception ignored in atexit callback / RuntimeError: can't create new thread at interpreter shutdown
Trying to update the Fedora RPM to 2.1.1, I see this: ``` + cd execnet-2.1.1 + PYTEST_SELECT='not test_popen_io[gevent-sys.executable]' + PYTEST_SELECT+=' and not [gevent-socket]' + PYTEST_SELECT+=' and not [eventlet-socket]' + PYTEST_SELECT+='...
When calling the 'troubleshooting information' admin page (i.e. the `/admin/plugins/info` URL), I see these messages in the log: ``` [ERROR] console - Failed to load 'ep_comments_page/static/js/index' for 'ep_comments_page/comments_page/client_hooks/postToolbarInit': ReferenceError: window...
When running `grok-pull` in a non-English locale, it fails like this: ``` Traceback (most recent call last): File "/env/grokmirror/bin/grok-pull", line 11, in sys.exit(command()) File "/env/grokmirror/local/lib/python2.7/site-packages/grokmirror/pull.py", line 1186, in command opts.forcepurge)...
To be able to mirror server's `foo/bar.git` repo into `/target/dir/bar.git` on the client, an option to strip the initial `foo/` part would be useful. Note though, that this could lead...
SSIA: could you consider updating the image to 4.8.0 ?
With 2.19.4, on Fedora 39, we _sometimes_ see this test failure: ``` [...] curve25519_scalar: Curve25519 scalarmult ran 18 tests in 1.99 msec all ok dh_invalid: /usr/include/c++/13/bits/stl_vector.h:1125: std::vector::reference std::vector::operator[](size_type) [with _Tp...
### Issue Description Referenzing a templated `.pod` quadlet from a templated `.container` quadlet doesn't seem to be possible. ### Steps to reproduce the issue Create these quadlet files: ``` #...
https://github.com/ether/etherpad-lite/blob/08f199178d2932cc0ec956aaeb3f62e8a535598a/Dockerfile#L116-L117 We are using etherpad-lite as a submodule, to build it in our CI with a given list of plugins. Being checked out as a submodule, there is no `.git`...
Trying to build with this `Dockerfile`: ``` from scratch COPY non[e]xistant . ``` **Describe the results you received:** ``` $ buildah bud STEP 1/2: FROM scratch STEP 2/2: COPY non[e]xistant...
## Description The released binary tar contains a `./` directory: ```shell $ tar tvf jj-v0.29.0-aarch64-unknown-linux-musl.tar.gz drwxr-xr-x runner/docker 0 2025-05-07 19:38 ./ -rwxr-xr-x runner/docker 28212968 2025-05-07 19:38 ./jj -rw-r--r-- runner/docker 17771...