Adam Parkinson
Adam Parkinson
I don't think this solution is correct. When we say something is "compiled without optimisation" my understanding is that this means "compiled in debug". There's a more detailed discussion of...
Perhaps I wasn't entirely clear on what I meant in my earlier comment. My understanding is that there are three categories you might want to debug: 1. Game modules (which...
Yep refreshing the layout on-demand was something I looked into also, but couldn't really find an appropriate place to do so. Either you go low (clone the rich text implementation...
I'll consider refactoring this into an extension if I get some free time. If I do, is demoting collection instances into sockets a reasonable approach? It's well-tailored to my usage,...