Element Green

Results 4 comments of Element Green

It seems newer msys2 uses ZStandard compression archives .zst files (see https://github.com/msys2/MSYS2-packages/pull/1824). This causes styrene to not find local packages, thus treating them as remote packages and failing during the...

No I wasn't able to figure out the issue and ended up just opting to use openerp-client-lib, which I would have used first had I known of its existence. All...

I used this: ``` modes = ("RGB",) if settings.AVATAR_THUMB_FORMAT == "JPEG" else ("RGB","RGBA") if image.mode not in modes: image = image.convert("RGB") ``` That retains the functionality from PR #75 by...

Ahh, sorry about that, did not know that Numix-Blue wasn't the same project. Yeah, they are just warnings, just interfering with gdb debugging of other glib applications, when I want...