ikelos
ikelos
This shifts the transition page handling into the windows fault handler. It makes the table traversal from a loop into a recursive call so that handlers can jump back into...
At the moment, vadyarascan may have a rule of the form: ``` strings: $a = { AA BB CC } $b = { DD EE FF } condition: #a >...
This allows the CLI to expose options that the renderers can offer. These options are limited (string, int, bool and bytes), so no lists or choices, etc. Each renderer's options...
**Is your feature request related to a problem? Please describe.** It would be useful to run the same plugin against multiple memory images and have the output one after the...
This feature adds support for (very early) deciding as to whether caching of layer reads should be enabled throughout the codebase. It's not ideal because the main toggle *doesn't* live...
Ok, this is the concept that we can hide/filter data that we know to be unparsable/unavailable (turned off by default). This is very much an example and I don't expect...
Ok, so this mostly just pulls segments from the virtmap plugin, but it's given reasonable speed ups (around 50%). One this this does change is not to exclude the "Unused"...
As noted in gentoo [bug 645786](https://bugs.gentoo.org/645786), the `dotnet_multi_comply` causes packages to install their files under `/usr/lib64/mono/gac` rather than `/usr/lib/mono/gac`, which under the 17.1 profile is no longer a symlink. As...
Bump to python 3.7 to get certain additional features.
I've only been using polymer for a little while, but I had a component that offered a fixed height list down one side of a larger scrollable pane. It was...