Max
Max
pyRdfa3 3.6.2 is released on [PyPI](https://github.com/prrvchr/pyrdfa3/) and includes the [commit that removed the `imp` import](https://github.com/RDFLib/pyrdfa3/commit/d4b91f81d75150abaa8587f93d53dc7130e09f6a). Also, it looks like development has been moved to https://github.com/prrvchr/pyrdfa3
Yes, it works! Use double backslashes like that: D:\\\\UEProj\\\\MyProj
You need to supply a `str` for the `query` parameter. It should be `query=json.dumps({"filters": filters})`.
Condition effects required more changes than I expected, there are 4 new fields and 4 new messages that I added to the documentation and implemented in the driver. Summary of...
> I checked charts and since there are some differences and between win, linux and wine I am wondering if those are before your changes were applied? On the charts,...
> Kind of interesting that the FEdit program I used to do most of the reverse engineering never even touched the saturation. I had tried FEdit, but I was unable...
Came up with a simpler implementation than I thought before. Made it as a separate commit to be easily removable if it is not desired. It can be made even...
> Would it be easier to just dump all parameters in a single message if one/multiple of them has changed? That's a good idea! I have just checked if this...
I saw some packets that merged duration update with the other parameters, I will check it tomorrow.
I'm currently wondering about why does the duration updated with every update request, even it is unchanged. I saw https://github.com/Kimplul/hid-tmff2/commit/0e47624ebbed48e922fe27170364aebf79217e7b that led me to #43. There is a [comment from...