cancrizans
cancrizans
Identical repro here on 1.1.0-69-75b859d2. For google images, I think there's recent layout changes that might break the parsing in [google-images.py](https://github.com/searx/searx/blob/master/searx/engines/google_images.py#L188), but it's a bit too dense for me to...
Thank you very much for the detailed response - personally I'd use the typed version, my primary use case would be monitor VRAM usage for textures for example - although...
Still occurs in 0.4.14 on Windows, with this MWE: ```rust use macroquad::{conf::Conf, prelude::*}; fn conf()->Conf{ Conf{ miniquad_conf : miniquad::conf::Conf{ fullscreen : true, ..Default::default() }, ..Default::default() } } #[macroquad::main(conf)] async fn...