Robert Adam

Results 841 comments of Robert Adam

Yep, from my POV this is ready :)

Since this appears to affect multiple users and nobody seems to want to answer my questions here, I went ahead and created a PR as I see fit: #3794

I would say that it stands to reason that using the typedef for this is questionable in the first place. Why not directly use `std::shared_ptr`? Then everyone would immediately know...

Ah no wait - I was arguing against ANTLR using this typedef. I was not claiming that nobody else should. Instead, I don't see a reason why ANTLR is using...

Indeed - I can reproduce on my machine (KDE Neon (aka Ubuntu 20.04) on a regular desktop).

I am somewhat certain that this used to work in the not too distant past as I remember triggering it by accident at some point. A `git bisect` should probably...

I've went back as far as 54e313481d2fe2fe36fbd30f55c5f055cbbee615 and the issue persists. I have the feeling that this is actually related to a change within Qt that breaks the process we...

I am not entirely sure how the minimal view is intended to function in detail... Iirc the respective commits never bothered to explain in detail 🤷

~~I'm currently wondering whether minimal view even makes sense when not connected to a server. I would argue that it doesn't...~~ Scratch that - it seems to make some sense...