Mirko Galimberti

Results 339 comments of Mirko Galimberti
trafficstars

> Would keyboard focus be handled by emitting an EventType? Yes. > ... each line of text in a multi-line text area ... Since we're rewriting the `TextInput` widget almost...

@DexerBR (with no hurry) as you are the hero who recently touched these lines, do you have any suggestion on how to improve this specific area?

Did not tried it on runtime, but at first glance looks faster. What about doing the following instead (fixes both this issue and possibly other performance issues due to the...

> I mean, memory consumption will increase, but we would have to have a metric to define to what extent this increase would be acceptable. Yeah, I agree. Better to...

> Yes, I think it could work! After implementing this it will be very simple to test the persistent allocation system (during the life cycle of the instruction). Yep, separating...

Hi @tuliogv, Yes, adding NumPy as a new external dependency to optimize some code has the con of an increased App size. Will wait for your suggestions in the coming...

> Looking at this... > > ``` > [INFO ] Image: Providers: img_tex, img_imageio, img_dds, img_sdl2 (img_pil, img_ffpyplayer ignored) > ``` > > And this... > > ``` > 1...

Additional test: What happens if you use https://www.python.org/downloads/ installers, instead of using the `homebrew` provided Python?

> I got it working! > > `/opt/homebrew/lib` was in my `DYLD_LIBRARY_PATH` environment variable. Removing it solved the problem. So some other version of some library must have been getting...

CI is failing as `sphinx>7.1.2` is incompatible with python **3.8**, which is our minimum supported version. Keep the PR on hold until we decide to drop **3.8** support, or a...