Grégoire Détrez
Grégoire Détrez
Min-vid doesn't seem to detect the video on ted.com. E.g. on [this page](https://www.ted.com/talks/james_lyne_everyday_cybercrime_and_what_you_can_do_about_it?language=en#t-13616). Many, if not all TED videos, are on youtube so it's really not a very big problem...
I'm not sure I'm using it right, but the following code throws `git_remote_fetch` into some sort of infinite loop in case the agent can't find an appropriate key. ```py import...
If a submodule has been added without the `--branch` option, accessing the `Submodule.branch` property raises a `RuntimeError`: ``` ❯❯❯ git init Initialized empty Git repository in /tmp/gregoire/tmp.R3p5f9ZTwD/.git/ ❯❯❯ git submodule...
While filing up #18, I found a small inconsistency in the way ambiguities are resolved. According to docopt.org: > Note, writing --input ARG (opposed to --input=ARG) is ambiguous, meaning it...
I'm using confy 0.3.1, and it seems that I am unable to remove items from a vec in my config (adding items works fine). But when I was trying to...
When importing a higher quality version of an album already in my library, beet offered to remove the old version, which is very handy. But it left behind the old...
### Reproduction steps I tested with the following in my git config: ```ini # ~/.config/git/config [includeIf "hasconfig:remote.*.url:https://github.com/libgit2/libgit2.git"] path = ~/.config/git/libgit2.config ``` ```ini # ~/.config/git/libgit2.config [foo] bar = baz ``` ###...
### What action do you want to perform Run any tests with the `rabbitmq` fixture using tox. E.g.: ```python def test_foo(rabbitmq): pass ``` ### What are the results Exception: ```...
The downloadable manual link, which is advertised as being an epub file, gives you a docbook xml instead: ``` sh ~ ❯❯❯ wget http://openbuildservice.org/files/manuals/obs-reference-guide.epub ~ ❯❯❯ file obs-reference-guide.epub obs-reference-guide.epub: XML...
To reproduce: - start redis+message-queue - subscribe to the websocket - (send some test messages) - restart redis - send a message to the pubsub channel The last message will...