Volker Simonis
Volker Simonis
The problem is that after [JDK-8281962](https://bugs.openjdk.org/browse/JDK-8292327) we call `fill()` unconditionally (and before calling `Inflater::inflate()`) in `InflaterInputStream::read()` if `Inflater::needsInput()` is true. This misses the case where the native inflater has consumed...
Corretto comes with a bundled version of the original [zlib](https://github.com/madler/zlib) library which is used to implement the deflate/inflate functionality in `java.util.zip`. But with [zlib-ng](https://github.com/zlib-ng/zlib-ng), [zlib-cloudflare](https://github.com/cloudflare/zlib) and [zlib-chromium](https://chromium.googlesource.com/chromium/src/third_party/zlib/+/refs/heads/master) there exist improved...
This issue was reported as "[JDK-8252965: [macos] Font.canDisplayUpTo returns wrong index for Indic text which causes crash later | OpenJDK Corretto 8.265.01.2](https://bugs.openjdk.java.net/browse/JDK-8252965)" in the OpenJDK Bug Systems but turned out...
Corretto comes with a bundled version of the original [zlib](https://github.com/madler/zlib) library which is used to implement the deflate/inflate functionality in `java.util.zip`. But with [zlib-ng](https://github.com/zlib-ng/zlib-ng), [zlib-cloudflare](https://github.com/cloudflare/zlib) and [zlib-chromium](https://chromium.googlesource.com/chromium/src/third_party/zlib/+/refs/heads/master) there exist improved...
This feature is currently enabled by default on Linux but can be switched on with -DisAnsiTTY=true on any platform that supports ANSI escape sequences. If ANSI escapes are enabled, there...
After reading the [Ballooning](https://github.com/firecracker-microvm/firecracker/blob/main/docs/ballooning.md) documentation my understanding of the `deflate_on_oom` is that if the parameter is set to `true` the ballooning device will be deflated automatically if a process in...
# Feature Request I'm aware of the [vsock device limitations](https://github.com/firecracker-microvm/firecracker/blob/main/docs/snapshotting/snapshot-support.md#vsock-device-limitation) described in [snapshot-support.md](https://github.com/firecracker-microvm/firecracker/blob/main/docs/snapshotting/snapshot-support.md#vsock-device-limitation). However there's no mentioning of how to support multiple clones of a snapshot with a configured vsock...
I want to propose a new command line option `zero-pages` which, if enabled, detects pages which only contain zero bytes and skip their dumping to the image file. At restore,...
Hi, I think in some cases it may be useful to use CSS classes but not insert the styles into the generated document (because they get included elsewhere) or just...
Allow configuration of highlighted_class, line_class and line_id (globally, per document and per source block) and disable line_id by default to prevent the creation of non-unique IDs. More detailed description is...