Wyverex42
Wyverex42
I tried casting to `const char*` but sadly they don't seem to be char arrays, I just get garbage
Oh wow, I didn't expect a full-blown solution as an answer! You're a star, thanks! I think this all makes sense to me, except for the questions below. I can...
I've been struggling with this code for the last few days as I couldn't quite make it do what I wanted. And I now know why. Let's say you are...
Nvm, I just realized this function was never a part of this library in the first place and I added it myself precisely to avoid those allocations! This might be...
I totally agree with needing some form of loading indicator for various situations and I'm not asking to remove that. I understand that you can't guarantee loading to be finished...
I just ran into a similar thing where I have a grid of cards and I want one of them to be highlighted in the accent color because it is...