Alexander A.

Results 41 comments of Alexander A.

Oh, Yes. You are right. I copied from the parent cmake configuration.

Could you include this fix in `v1.7.1`? issue #1915.

@beauby could you take a look? :-)

#1877 closed. the library still does not support `avx2` instructions for `c_api` main branch.

Hello. I have a problem with `webp`. ```log thread '' panicked at 'source slice length (738720) does not match destination slice length (915840)', /home/user/.cargo/registry/src/github.com-1ecc6299db9ec823/image-0.24.2/./src/codecs/webp/extended.rs:458:21 ```

I have the image [test-1.dat.zip](https://github.com/image-rs/image/files/8698438/test-1.dat.zip) and code ```rust use std::{vec, io::{Read, Cursor}, fs::File}; fn main() { let args = std::env::args().collect::(); if args.len() == 1 { println!("file path unrepresented"); return; }...

баг может любой завести, не только кто принимает PR. Это так к слову. Создаётся PR в github ботом GitLocalize, а после закрытия PR на github происходит синхронизация тоже без участия...

> Глава "Общие концепции программирования". Вот этот фрагмент в книге. https://doc.rust-lang.ru/book/ch03-00-common-programming-concepts.html Проблема не в том, что я не могу баг сам завести, а в том, что я не в курсе...

@dluschan написал писульку https://github.com/gitlocalize/feedback/issues/130

Привет. Принимаем изменения только через Gitlocalize. Если их влить в GH, то gitlocalize их не увидит. Увы. И увы GL не дает никакого API чтобы программно исправлять много файлов. Вручную...