Anson Mansfield

Results 58 comments of Anson Mansfield

I was able to at least successfully _save_ a cache of the downloaded `.deb` packages with this step: ```yaml - name: Cache APT packages uses: actions/cache@v2 with: path: | /var/cache/apt/archives/**.deb...

> Missing unit test? AFAIK the standard doesn't give any test vectors, so I'm not sure how to meaningfully test this. Inventing a test vector myself wouldn't add anything: if...

Seconded, this would be extremely appreciated!

> I think a `set_timeout()` would be better, yes. Or possibly just an entry in the `Config` struct? That does probably fit better with the design of the library; and...

This would be a useful feature for my own use-case -- to pass node affinity/taint information concerning particular network attachments onto pods that use them.

It may be possible to adapt this for more than two channels, depending on what hardware you intend to run it on. The two-channel limit is not actually a software...

For the sake of anyone who'd have preferred to copy-paste to their own bat file, here's the script: ```bat cd /d C:\Windows\System32 del uDWM_win11drc.bak pause ```

Would it be possible for modmanager to track which files change frequently, and then cache a partially-patched set of files that include only patches from files that don't change? For...

Why would there need to be a replace function? Except for Judy1, you just use the `Get` function to obtain a pointer and then de-reference and assign to that pointer...

> So basically what you want is a `--chain` option (I think "force" is too vague), which would force the cracker to search for solutions with a minimum of 1...