sagudev
sagudev
Currently all ID3v2 tags are upgraded to version 4, but this is not always desired.
I updated josephine to use latest mozjs version (67.1). I also updated Travis config (from trusty to xenial and somethings imported from mozjs/travis.yml).
Currently there is no elegant way to seek through data stream, except using range headers manually. So I purpose adding `AsyncSeek`, that would provide seek method on body reader. The...
Shader tests in CTS depends on CreateComputePipelineAsync. I think having pseudo async functions is better than not having them at all. --- - [x] `./mach build -d` does not report...
I think [fail fast](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstrategyfail-fast) can only be used within matrix, so this would require additional boogie woogie.
https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/ --- - [ ] `./mach build -d` does not report any errors - [ ] `./mach test-tidy` does not report any errors - [ ] These changes fix #___...
https://caniuse.com/jpegxl We could use https://github.com/tirr-c/jxl-oxide for our implementation.
When doing wgpu bump I did it with "minimal" changes to webidl, so this PR tries to catch up with specs more completely. --- - [ ] `./mach build -d`...
Happens on my Windows 11 with commit 5d7ed76b79de359ef1de2bdee83b32bd497d7cd8 and 5b08febe88fe68e3ffd054100610c5b44b012336, using binaries provided by CI. log: ``` WARN: compileToBinary(259): C:\fakepath(110,66-118): warning X3571: pow(f, e) will not work for negative f,...
Currently `convert_*` functions are spread across multiple gpu*.rs files. It would be nice if we have unified mechanism for this and all conversions in same file.