Koutheir Attouchi

Results 91 comments of Koutheir Attouchi

This regression makes this extension useless half of the time.

So this seems to be the behavior by design, even if it was not like this before. I understand, but it still makes this extension useless half of the time...

> I wouldn't go as far as saying the extension is useless,... I said the extension is useless **half of the time**, because that is half of the time the...

I use Autoconf tools and scripts all the time to cross-compile software. I'm certain this is not a limitation of Autoconf.

Is there a way to make this check optional and provide its value through a parameter to `configure`? This would put the responsibility of verifying support for this function on...

> Btw, we found another overflow [here](https://github.com/m4b/goblin/blob/master/src/archive/mod.rs#L136). But It seems, to me it is not dangerous too. I think this situation can be triggered by parsing a valid PE executable...

Thank you for your efforts, @anfedotoff

This only started happening since I upgraded to Android 13 on the Pixel 4.

I added `default_system_font` to the iced features in `iced/examples/tour/Cargo.toml`: ```toml [dependencies] iced = { path = "../..", features = ["image", "debug", "default_system_font"] } env_logger = "0.8" ``` and then run:...

>i think that your problem is lacking a font that contains the relevant glyphs. I disagree, as I routinely write Arabic text in other applications (libreoffice, kate, etc.) and I...