Eero af Heurlin
Eero af Heurlin
Only for additive mixing, subtractive raises error if trying to blend alpha enabled colors refs #22
and color the blending produces unintuitive results in general even if we choose to ignore alpha https://en.wikipedia.org/wiki/Alpha_compositing#Alpha_blending https://github.com/fyngyrz/colorblending/blob/master/colorblending.cpp
fixes #958 Couldn't find any ready made unit test to check for keys in AndroidManifest.xml (permissions for example could have had one) and don't understand the code deeply enough (yet)...
This is basically "programming by copy-pasting from stackoverflow" since I don't really do Java but I wanted to test the demo app and I sure as heck did not want...
**Software Versions** * Python: 3.8.5 * OS: Ubuntu 20.04 * Kivy: git master * Kivy installation method: pip install -e **Describe the bug** ``` import kivy ``` Has a lot...
Did a bit of cherry-picking. Includes and supercedes: - https://github.com/slank/awsgi/pull/63 - https://github.com/slank/awsgi/pull/60 - https://github.com/slank/awsgi/pull/58 - https://github.com/slank/awsgi/pull/56 Additionally fixes https://github.com/slank/awsgi/issues/19
all async as per title **Describe the bug** When running both server and client under pytest polling values and change notifications fail with timeout. **To Reproduce** - Clone https://gitlab.com/advian-oss/python-asynuapytestexample/-/tree/test_demo?ref_type=heads (note...
Something like this: ``` class UUIDMixin(models.Model): uuid = UUIDField(auto=True) class Meta: abstract = True ``` And it could be used like this: ``` from uuidfield.models import UUIDMixin class MyClass(UUIDMixin, models.Model):...
They have changed the way the hardware directory is organized, check https://github.com/damellis/attiny/tree/ide-1.6.x/ for an example.