Mark Callow

Results 80 issues of Mark Callow

**Describe the bug** The tutorials at https://learn.microsoft.com/en-us/vcpkg/consume/binary-caching-nuget?pivots=shell-bash and https://learn.microsoft.com/en-us/vcpkg/consume/binary-caching-github-packages?pivots=linux-runner tell you to do, (paraphrasing here) ```bash mono `vcpkg fetch nuget` ``` When running on Ubuntu/arm64 (a.k.a. aarch64) following these instructions...

category:vcpkg-bug

Add ktxTexture2_DecodeAstc to `libktx_read`, a previous omission. Needed too so the function can be included in the read-only JS bindings. Add tests of ASTC encode and decode functionality to `texturetests`....

in addition to #966 and #970. - [x] .exr files with lineOrder != 0 are being loaded with the image upside down. This is due to a bug or feature...

When loading an EXR file with half float channels and `--format R32B32B32A32_SFLOAT` ktx create raises an error ``` Not enough precision to convert 16 bit input to 32 bit output...

The jpg for the test image blobbies.exr, https://raw.githubusercontent.com/AcademySoftwareFoundation/openexr-images/main/ScanLines/Blobbies.jpg, is upside down. `blobbies.exr` has `lineOrder: 1 (decreasing Y). Whatever was used to make the JPEG failed to pay attention and did...

Many error messages from reuse lint are not actionable, i.e. not useful or helpful for the end user. For example I inadvertently commented out a `License:` line in my dep5...

stale

I have observed on both macOS and Windows that when multiple fingers are touched down and raised it is possible for the app to receive either one or multiple SDL_EVENT_FINGER_{DOWN,UP}...

The fastest way for me to debug the reported unittest failures in my PR #206 was to create a CMake build to generate an Xcode project. Here it is together...

These changes make it possible for the user to first decode all of the chunks, to learn all the details of the image in the file, then decompress, and possibly...

It makes it easier to find the version corresponding to a copy you have so you can run git diff and use git merge.