Jeff Schiller
Jeff Schiller
Add support for PPM in unrar
The RAR format supports a RarVM (virtual machine). We should support it so that we can open more archive files.
On macOS Monterey (12.5.1), Chrome (104.0.5112.101) the quick-switch keyboard shortcut (⇧⌘S) no longer works. I tried changing it to several different combinations and nothing seemed to work. Is there any...
You could probably make your embedded JS much smaller if you experiment with the Closure JS compiler. See the SVG-edit Makefile for example usage.
https://chrome.google.com/webstore/detail/spaces/cenkmofngpohdnkbjdpilgpmbiiljjim
* https://aomediacodec.github.io/av1-avif/ * https://aomediacodec.github.io/av1-spec/av1-spec.pdf
Like was done for commit c3a7b35fd5f864bd91ba15f970447c850e9bc9c6, we could remove all the Unarchive Event sub-classes in `archive/events.js` and replace them with `@typedef` data structures and attach to `CustomEvent`s. I want to...
* https://developers.google.com/speed/webp/docs/riff_container * https://developers.google.com/speed/webp/docs/webp_lossless_bitstream_specification * https://datatracker.ietf.org/doc/html/rfc6386
We should consider removing this shim now that browsers have near ubiquitous support (>96%): https://caniuse.com/?search=webp This would be a major breaking change, so must bump the library to a new...
Specifically, I'm looking for how to properly close a streaming RPC with an error code/status in a Node server. See https://github.com/grpc/grpc-node/issues/287