Lubomír Sedlář
Lubomír Sedlář
This is possibly not a bug, but the results are unexpected and don't really seem to improve readability. However feel free to close if this is actually correct. Operating system:...
Steps to reproduce: ``` $ mkdir foo $ cd foo $ git init $ touch 'bokm'$'\345''l.alias' $ python -c 'import git; git.Repo(".").untracked_files' Traceback (most recent call last): File "", line...
With this configuration it is possible to enable running tests on each push on [Travis CI](https://travis-ci.org/). Please note that currently the tests fail on Python 3.6 (see logs on https://travis-ci.org/lubomir/beanbag/builds/188245649)
I encountered this on 2016-05-16: 1. Go to https://getfedora.org/en/workstation/prerelease/ 2. Click download button pointing to https://download.fedoraproject.org/pub/fedora/linux/releases/test/24_Beta/Workstation/x86_64/iso/Fedora-Workstation-Live-x86_64-24_Beta-1.6.iso 3. Get redirected to http://mirror.vutbr.cz/fedora/releases/test/24_Beta/Workstation/x86_64/iso/Fedora-Workstation-Live-x86_64-24_Beta-1.6.iso 4. See 404 Not Found I tried again a...
I would expect the following snippet to print the same value twice. Using temporary variables should in theory have no effect on the outcome. ```python import libdnf5 base = libdnf5.base.Base()...