w-flo
w-flo
Sometimes it can be useful to upload only partial texture data and keep other parts of the texture unchanged on the GPU. Using the Texture::writeData() method, this is currently only...
Thank you for rkyv, it's a great tool! I have stumpled upon this comment: https://github.com/rkyv/rkyv/issues/382#issuecomment-1520017285 > An alignment of 4-16 is usually required, which you can get with rkyv's `AlignedVec`...
If the QT version in a sound sample description is set to 1, there are 4 additional 32-bit integers in the description record according to QT docs. At least some...
### When did this happen? Year 2023 ### What zones are affected? DE ### What is the problem? Electricitymaps displays German electricity production in 2023 as 448 TWh, and consumption...
Thank you for cargo-geiger! Cargo has now switched to using the sparse registry by default, so I have removed the git-based registry files from my system. However, when I try...
### Has this issue been covered in the Wiki? - [X] I have read the Wiki and my issue is not covered. ### Is there an existing issue reported already?...
Omitted --output-path is not behaving in the way --help suggests (current working dir vs. input dir)
Tanks for this useful tool! --help says: ``` -o, --output-path Directory to save output to. If not given, input file directory is used ``` But when omitting this flag, the...
Hi, the imgur plugin uses an embedded copy of the python requests library. That copy is missing the "LICENSE" file explaining that requests is released under the Apache license. Also,...
A double free (CVE-2023-1999) was fixed in `libwebp` in Firefox 112 and apparently Chrome, but there is not a lot of public info about this. [Ubuntu 23.04 just updated the...
Hi, and thanks for maintaining these bindings! Since libwebp takes quite long to compile, maybe the `parallel` feature of the `cc` crate would be useful for this crate? Or maybe...