Florian Ludwig
Florian Ludwig
hi @exetico - i would really love the `attr` thing. I didn't had much time to invest into home automatisations so I also never looked into the code if I...
done in merge request #93
@sphinxc0re good point, a fancy website would be great but is not high on the priority as of now. Added it to the list.
Well, I did something evil and forced push master away into the branch `v0.1.x` and renamed `dev` into `master`. I did not want the changes on the old master om...
Hi @bohdanz1997, thank you for reporting this issue. We currently do not use pixi v5 as we are still on v4 with our own projects using gown. So there currently...
I used @rbreaves idea and made it into a single call to dbus call and cleaned it up a bit: ```javascript var window_list = global.get_window_actors(); var active_window_actor = window_list.find(window =>...
I do like the simplifications. Is the plan to remove the `encoding=` flag from the serializers as well?
I agree with @ashleysommer suggestions to change this in v6. Some more context from the python stdlib: The `=` like `+=` or `|=` are called "[in place](https://docs.python.org/3/library/operator.html#in-place-operators)" in python and...
@white-gecko sets do not support `+=`
I would expect a `TypeError` raised, to be honest. `NotImplemented` is returned as it is checked within the sparql evaluation code to throw a `SPARQLError`, See: https://github.com/RDFLib/rdflib/blob/master/rdflib/plugins/sparql/operators.py#L857 Interestingly raising a...