Isaac Mills
Isaac Mills
Hi! It's difficult to get two languages to work together in harmony but I think I have a solution that would allow more people to use this plugin. I was...
## Main changes I found that the current implementation of `Layout` was very heavy on allocations and clones, especially considering you're expected to use it plus the `split()` function every...
is it possible to upscale a directory while making waifu2x skip some files if they have the same name in both the input and output directories?
I know so much more about C than I used to. Messing with this compositor has been a great educational experience. So far I've implemented the fibonacci dwindle layout and...
- [x] Tested on all platforms changed - [x] Added an entry to `CHANGELOG.md` if knowledge of this change could be valuable to users - [x] Updated documentation to reflect...
- [x] Tested on all platforms changed - [x] Compilation warnings were addressed - [x] `cargo fmt` has been run on this branch - [x] `cargo doc` builds successfully -...
I just got a new Samsung Galaxy S20 FE 5G and I've spent the past few hours de-bloating it and injecting it with open source software. I've installed LeafPic Revived...
This is useful for embedding an ico window icon and using it with `winit`, which requires that the icon is a `Vec`
1. Install `nullfsvfs-dkms` from the AUR, if it fails to compile you may need to compile it yourself. 2. In `/etc/mkinitcpio.conf`, add in the modules `MODULES(nullfs)` 3. In /etc/fstab add...
This PR fixes up how Symphonia reads MusicBrainz data out of ID3v2 tags. It fixes the TXXX `StandardTags` based on the tags that [MusicBrainz Picard maps to](https://picard-docs.musicbrainz.org/en/appendices/tag_mapping.html). And it adds...