Matěj Cepl

Results 825 comments of Matěj Cepl

Also, for me the command `/usr/bin/python3 -mpip install --verbose --progress-bar off --disable-pip-version-check --root /home/abuild/rpmbuild/BUILDROOT/pass-import-3.4-0.x86_64 --no-compile --ignore-installed --no-deps --no-index --find-links ./build pass_import==3.4` (as part of the building openSUSE package) installs `import.bash`...

``` tumbleweed-pkg~/a/2/p/imapArch (master)$ git bug version git-bug version: -dev- tumbleweed-pkg~/a/2/p/imapArch (master)$ sed -n -e '/fedorapeople/,+20p' ~/.ssh/config Host *fedorahosted.org *fedorapeople.org pkgs.fedoraproject.org User mcepl ProxyCommand none ForwardAgent no ForwardX11 no ForwardX11Trusted no...

> Binary built from this tag works perfectly. Which tag?

> Maybe I'm missing something but I use `git-bug` on several machines and just use `git bug push` and `git bug pull`. The main problem with this technique is that...

This is still completely alive.

The same in more detailed example: ```python import urllib.parse from OSMPythonTools.api import Api orig_url = "https://www.openstreetmap.org/way/30722274#map=14/49.2925/38.1815" parsed_url = urllib.parse.urlparse(orig_url) api = Api() way = api.query(parsed_url.path) print(way.centerLon(), way.centerLat()) ```

Has this been fixed? Did anybody apply the patch suggested in https://github.com/slack-go/slack/issues/1230 to slack-go?

Not only Windows, I see the same problem on Linux (openSUSE/Tumbleweed, rolling distro, as of today) with the upgrade from 8.3.0 to 8.4.0. The first two pass, but `MultiSocketSelectTest::test_multi_socket_select` gets...

That’s possible, but shouldn’t the test runner (or something) make sure that the previous server is gone before the new test is run?