Rafał Mikrut
Rafał Mikrut
Some time ago I was thinking about it, but I couldn't find any good library that offers such functionality. Maybe things like https://lib.rs/crates/rust-fuzzy-search could work, but they must work really...
Spacebar works(at least for Linux) and reverse selection of selected items
I can't find any software that have such feature. From code perspective, this feature would add unnecessary complication with very little benefits(In most of situations, reorganizing folder structure is sufficient...
I'm not sure what cause problem. In CI, Ubuntu 20.04 works fine and provide binaries for Linux and Windows. `cdefs.h` is available in `libc6-dev` package which is automatically installed with...
Here are logs with compiling Czkawka on Ubuntu 20.04(produced binaries are used in PPA) - https://launchpadlibrarian.net/570209927/buildlog_ubuntu-focal-amd64.czkawka_3.3.1-1~xtradeb1_BUILDING.txt.gz In OS, there is not even 1 installed package with i386 inside its name,...
Finding such groups isn't too hard, but I don't know if this is possible in GTK to do such things
For me both - strict and relaxed would be useful - one to check for bugs in library/provided music files and one for reading as much tags as possible. This...
It is possible to use this library to extend extension number supported by`image-rs`? I can't find anywhere example how to decode image in this library and results pass to image-rs.
Well, if I read this correctly, then decoded image from rawloader is not used in any other place, so still I don't know how to use this https://github.com/pedrocr/imagepipe/blob/d95a17f7a55c7d6fb73d8006791a9436e80de10c/src/bin/converter.rs#L36-L39 ``` if...
I checked tilemaps in both 3.x and 4.0 version, but looks for me that converter cannot really handle such differences between this two versions. I think that better and easier...