Results 43 comments of Dirk Kok

Yeah, but it's gonna be annoying to have a bunch of type errors everywhere that I need to manually ignore.

> the most recent version is using the play-services-mlkit-barcode-scanning api instead, which isn't implemented by microg I need this to work very soon. I would like to place an €80...

Awesome! Is that because digid switched back away from gms.vision or because microG implemented it? I'll test it later and if it works because of microG, I'll be ready to...

Can confirm, Digid works with some finagling. As for this issue still being necessary: absolutely. My bounty is still on. :)

Did you manage to solve this issue?

I forgot to mention that all of the stuff described in the OP was done inside a VM, I eventually decided to try this on a fresh arch install on...

This is what it's supposed to do, but I could add a few extra share intents so you can download an mp4 as well.

I've considered this before. I think the reason I didn't do it is because I couldn't find a suitable way to interface with Python (which youtube-dl is written in) from...

Unfortunately it's not maintained and probably doesn't work anymore. It's a xamarin app which can only be developed for on Windows for some reason, and since I switched to Linux...

This is pretty mysterious. The error is traced back to line 166 of Program.cs, which has this in it: ```csharp DirectoryInfo directory = null; ``` There should be absolutely no...