Tobias Gruetzmacher
Tobias Gruetzmacher
Could you try with `--noupx` or just `--upx-exclude python312.dll`? Not sure what's the issue is with UPX, but it seems to conflict with Python 3.12 under wine... (I'd suggest to...
This seems similar to https://github.com/pyinstaller/pyinstaller/issues/1565 ... Strange that it only affects Wine...
This came up again in the fix for #348: https://github.com/webcomics/dosage/blob/3afb748bd9effea4c93a9d8238513ff8e937f402/dosagelib/plugins/comicskingdom.py#L67-L69 This looks a bit hacky since the API isn't expressive enough for "just using an API" Side note: It gets...
This plugin has a dependency on https://plugins.jenkins.io/aws-credentials/ and those are the credentials it can use. Patches to documentation to make this clearer welcome.
That sounds like a different issue altogether, please open a new issue. (Probably because https://plugins.jenkins.io/aws-credentials/ updated to AWS SDK 2.x and this plugin didn't) PS: Personally, I switched to https://github.com/isometry/docker-credential-env...
I'm not sure. The fact is that the image quality on GoComics is better, for example: - https://featureassets.gocomics.com/assets/e77372d0069e013e9d29005056a9545d - https://resources.arcamax.com/newspics/337/33784/3378430.gif If possible, I would like to only have one copy...
That makes no sense since both comics are still on the same navigation (but beginnings has busted navigation, so it's probably not possible to build a working module for it),...
Closing for now, as noted in https://github.com/webcomics/dosage/issues/285#issuecomment-3447841488
Hmm. Are such strict CSPs common? I commonly saw "safe" policies using "unsafe-inline" for styles. Even https://csp-evaluator.withgoogle.com/ does not complain about "unsafe-inline" for styles. (Nevertheless, I do agree it would...
> rosetta error: invalid gdt selector index 5 Is this on an ARM Mac? Does it happen on real x86_64 hardware?