FichteFoll

Results 564 comments of FichteFoll

I used the following config in my repo's `.git/config`: ``` [diff "keepass-diff"] command = "keepass_diff_wrapper () { echo \"keepass-diff $2 $5\n--- $2\n+++ $5\"; keepass-diff $2 $5 --keyfiles '' --passwords ''...

I have the same problem on Arch Linux now where it appears to find libcrypto.so.3 instead of the also available libcrypto.so.1.1 ``` reloading python 3.3 plugin Package Control.2_bootstrap Traceback (most...

I can try that out some time later if I don't forget. Is there anything else I need to consider before just cloning the repo into my Packages folder?

I was looking for something like this as well so I wrote a small script (and a systemd timer) that would export my playtimes as recorded by lutris daily to...

Yes, multiple arguments are a different situation where this PR only discussed and solved the case for one argument (or similarly nested structures with only one child each). Two arguments...

Inside the `next` branch, I have made the client id configurably globally for now, but it cannot be changed for each player just yet.

I've used [jeepney](https://jeepney.readthedocs.io/en/latest/) for a different project recently (trackma) and very much liked its low-level API, allowing precise control of the dbus interactions and providing several IO implementations, including `asyncio`....

Since you seem to have made some investigations already, which application uses which scheme? For `data:` URLs, much like `file:`, I believe we would need to upload the images somewhere...

On the `next` branch, I have implemented the first version of this by honoring the `mpris:artUrl` metadata field and using it when it starts with `http://` or `https://`, which I...

Is anyone here actually interested in being able to choose the image hosting service or would you be fine with anything as long as it works? Not having to implement...