Results 62 comments of beroal

The amount of EFI NVRAM is small. For example, I ran into an issue that I can't create a variable because my NVRAM was filled with kernel dumps. Configuration may...

> I don't think I'll be able to persuade the Chrome extension I'm using to stop escaping it, but I'll figure out some workaround. I guess the extension does this...

@conrad-heimbold all these commands are executed by one program `sbctl`.

I wonder whether your library does what [this feature request for XCB](https://bugs.freedesktop.org/show_bug.cgi?id=29657) describes.

> The problem here is that the only way you can configure nocache’s behavior is by specifying environment variables Why so? There are commands which accept options and a command,...

> A more generic solution would be to introduce a method to either include (“whitelist”) or exclude (“blacklist”) certain glob patterns. A wildcard never matches the pathname separator, so how...

Well, I implemented this feature request in my fork. I decided to use POSIX Extended Regular Expressions because they are more straightforward and more powerful than glob patterns. What do...

> Because the library remembers which pages (ie., 4K-blocks of the file) were already in file system cache when the file was opened, these will not be marked as "don't...

Then the Linux kernel is kind of stupid.

Regarding `maybe_store_pageinfo`. All my additions contain `cond` or `pattern`. I group code by keywords. Other suggestions are implemented.