Sergei ZH

Results 113 comments of Sergei ZH

You were right, I reproduced leak with the steps you've provided. Not sure how to fix it right now, but I'll definitely will. Thanks for reporting)

Thank you, I will ping you as soon as I have something) Moving every preload to one file is kinda impossible with future plans of mine for this project (having...

So I finally got back to it and it seems that the error occurs even if you don't launch the game itself. It is sufficient to run the project in...

Thanks for investigating, @ryan-linehan, I've already seen that docs. Seems strange to me how is that godot has resources with reference counters but it cannot free them on exit. Using...

Hey, sorry to hear that. Is that issue appearing for you during a command that outputs lots of text or after you run multiple commands? Reason I'm asking is that...

The easiest solution for now, yes, is to just have some counter (or maybe rich text box has one) of lines and remove lines that exceed a certain threshold. I...

Hey, @Zhwt. Thanks for spending time looking for solution. Seems legit, could you open a pr?

Hey, @Zhwt, no worries. Thank you for pr and testing. I will check it in upcoming days. Regarding get_bbcode: console does not use this internally and I think there is...

First point: should consider [StreamPeer](https://docs.godotengine.org/en/stable/classes/class_streampeer.html#class-streampeer) class offered by godot, could be helpful.