Gigas002

Results 81 comments of Gigas002

Just noticed, that `yt-dlp` handles iwara pretty good, so supporting it in `gallery-dl` is kind of pointless?

By the way, seems like the pixiv had enhanced the authorization process: you can now click on the pop-up window and run the app like magnet links works. Can this...

I've tweaked the `AltStore.json` in my [fork](https://github.com/Gigas002/EhPanda/blob/main/AltStore.json) to download version [2.4.0](https://github.com/EhPanda-Team/EhPanda/releases/tag/v2.4.0_b136) and it works, so my guess is that something in 2.4.1 that breaks the compatibility.

Imo it'd be better to rebuild project with .NET Core.

There's a good library for this: [WPF](https://www.nuget.org/packages/Ookii.Dialogs.Wpf/)/[WinForms](https://www.nuget.org/packages/Ookii.Dialogs.WinForms/). Also, these complex file dialogs are default in .NET Core 3.0 and higher.

Thanks for detailed answer! I myself don't have an access to MacOS, just wondered is these bindings are planned. If I'll have an opportunity, I'll participate in resolving this problem.

I've encountered this issue on manjaro with 470 and 495 dirvers. Tested it now, after 510.47.03 release with this command: ``` mpv --no-config --profile=gpu-hq --gpu-api=vulkan http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4 ``` And the issue...

Upd on build for iOS. Ah, sorry, I've overlooked the build results. Even though it says `Codesigning disabled with --no-codesign, skipping IPA`, I still somehow get the .ipa in the...

Upd 2. Building for android on windows (not CI) fails due the same error as in OP.

Upd 3. Managed to build `.apk`, with [commenting package signing in gradle props](https://github.com/Gigas002/FEhViewer/commit/023079f4ddb90d974900787b80f2352edff469b0). I guess there's two ways to work around this: 1. Comment package signing completely (do we really...