Falko Axmann

Results 7 comments of Falko Axmann

I am generally open to seeing a pull request for this. However there are two things that might make this a bit more complicated than just copy pasting this code...

Hi @ctmbl I think I am not quite convinced by this proposal, as I prefer the "spix" side to be rather lightweight. One reason is, that it is hard for...

> Sure, that makes sense to me. I initially stuck to `anyrpc::Value` since `std::variant` requires C++17, but if you'd prefer the abstraction layer and are good with bumping the C++...

Sorry for the delay... I have lots of stuff going on right now, but I will get to this PR eventually 😕

I have had some issues with the synthetic events in more complex cases, like drag&drop, where Qt seems to work directly with system events and not with the QEvents in...

Sorry for the long wait, I had less time to look into this than I had hoped... For now, I only had a quick look and have tested this with...

Currently this is not possible as spix simply splits the path at any '/' without the option for an escape character. This shouldn't be too difficult to fix though. The...