edA-qa mort-ora-y

Results 28 comments of edA-qa mort-ora-y

Try installing the x11 or gdk dev libraries (libgtk-dev perhaps). I'm not clear on which one it was, since I have so many installed on my machine.

I do have the binary I use. I used ldd on it and it lists these libraries: linux-vdso.so.1 (0x00007fff09383000) libgtk-3.so.0 => /usr/lib/x86_64-linux-gnu/libgtk-3.so.0 (0x00007fa5a4202000) libgdk-3.so.0 => /usr/lib/x86_64-linux-gnu/libgdk-3.so.0 (0x00007fa5a3f0c000) libcairo.so.2 => /usr/lib/x86_64-linux-gnu/libcairo.so.2...

Yes, several properties only have effect at rooting time. The complexity involved in gettiner everything supported post-rooting is too high. This means they can't be effectively bound to. We also...

This might be a corner case that worked before by accident. In this setup you have a `Button` behind the `EdgeNavigator`. There main page of the navigation is however empty,...

Absolute screenspace is an issue since it's very costly to determine when it updates. It involves a world transform listener. We have these, but they have a cost across all...

Does the log indicate the program crashes when calling `deleteSync` or only to show there is no message/exception? It's not certain if an exception should be thrown, possibly this returns...

This is likely a clipping/sizing issue. On ioS/Android the TextView becomes a native control while editing, thus not clipped by the ScrollView bounds. I don't think there's really a way...

If possible I'd like to somehow see this connected with the existing UserEvent. The reason is because we'll want to handle this as a UX trigger as well. ``` ......

There a few problems with this approach that I can see: - We don't like having `object` as a property type since we can't do any comptile-time or run-time type...