Alberto Sottile
Alberto Sottile
I understand your concerns. Are you aware of any version of PySide (2 or 6) that works well with later versions of py2app?
> The traceback suggests that "something" in the app bundle is linked to "libpython3.7.dylib", even though that file does not exist. The bundle contains a lot of stuff so, it...
Hi, thanks for this contribution. The idea behind `darkdetect` is to depend only on packages in the standard library. Up to now this was possible, and so I would like...
> if gi can't be imported (or can't require version 3) - fallback to the current detection method I do not think this is how a Python package should work....
I am aware... Let me rephrase: do you think it would be possible to achieve the same results by looking at how `gi` is implemented?
> you can try copy-pasting code from there and related schemas - but that's not the way how libraries in python ecosystem meant to be used Completely agree, the correct...
I am sorry, what would your suggestion be for defining an optional dependency on `gi`? Catching `ImportError` does not define any dependency, as the user does not even know that...
> https://stackoverflow.com/questions/6237946/optional-dependencies-in-distutils-pip Yes, I am well aware, I have been mentioning extras in this issue a few times… > sure i'll create a PR as soon as we'll get any...
> Is this why Breeze comes back as a Light theme (even though it's very much a dark one) and Adwaita-dark works as it's suppose to? I would say so,...
I invested some time into trying to implement this, but so far I had lo luck. If anyone is willing to pick up this task, further information on the most...