Jan Jurzitza
Jan Jurzitza
also on first interaction with the UI (checking a checkbox, changing input lines, etc) it seems to rerender everything because it lags again then
here is a video what it's doing: https://streamable.com/b5y7ij
I would also be fine if I could do it virtually and then submit it all at once to you. (Like working on a widget and then only when done...
while that's logical I think it might be a bit unreasonable to require people to clone widgets exactly with all their properties properly. Would it be possible to make the...
sorry I think you misunderstood, I wanted to say: I'm making this wrapper class because I want to add padding. I don't want to reimplement all the specifics of my...
doesn't seem like there is a method for it, you could remove it from the callTable object on your router object though and let the GC take care of it...
can you add a unittest which covers the previous bug?
do you think you could make the unittest actually use the DBus and throw an error like added as feature and test that?
I think having a class inheriting from Exception is good API design for ddbus and would accept that. However we might also want to think of a solution for potential...
wrong webfreak mention lol, anyway here is a good usecase: --- With enums you can essentially hack in typesafe aliases, which do not implicitly cast to each other, which prevents...