_camm
No user record in our sample, but _camm has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but _camm has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
Hi, creator here. Some of the issues I had with other sites were bad/old data, slow interface, and difficulty with search/filtering. I'm still working on improving the search/filtering process - I'm currently…
It's just because I hadn't heard of it at the time. I will take a look at it though, others have also mentioned it to me after this post. It looks like the iOS support is in alpha though, and I'm curious if it uses…
I'll try GammaRay. Thank you for the recommendation. I've tried the QML profiler before but I always have difficulty getting it to work on Android.
It's possible to implement custom QQuickItems that you render in C++, and are displayed within your QML somewhere. https://doc.qt.io/qt-6/qquickitem.html
QTextDocument is a class in Qt::Gui that many of the other text classes/components use. I was thinking you may have implemented your own text handling widget/item, but using delegates of text areas makes sense too. I…
I haven't seen any performance issues on desktop, but on mobile they really stand out. I have separated logic into QML, and even experimented with implementing custom QQuickItems in some places. Here are some issues…
You're right, I will update my post. However, it's quite difficult to get this right on all devices as compared to i.e native where it just works. Plus, there are performance issues like those you mentioned that further…