Serge Koudoro

Results 468 comments of Serge Koudoro

you can go ahead @Ranit-Bandyopadhyay

this is not an issue, a new feature request. so you just have to add this feature from scratch @Ranit-Bandyopadhyay

will look into it this week, thanks for the review @ganimtron-10

Thank you for the feedback @ckolluru. We are implementing new way to handle this and improve performance. it might be present on the future release this year

Hi @SanjayMarreddi, A good start/ one solution would be to combine [this tutorial](https://note.nkmk.me/en/python-pillow-gif/) and our `timer_callback`. This needs some more thinking to make sure it is easy to use. I...

yes, you can go ahead @SanjayMarreddi!

Point 3 seems to be a common issue for multiple UI. the hidden background (usually a panel2D) should be resized or disabled.

What is the update concerning this PR @ganimtron-10?

@tvcastillod and @JoaoDell, Can you look at this PR ? Thank you

Yes and No @Garyfallidis. Yes -> it promotes good practice and avoid the memory leak. see below, no memory leak ```python t = np.linspace(-10, 10, 100) bundle = [] for...