Benny Siegert

Results 10 issues of Benny Siegert

If you are working in the terminal, the suggested way of using VS Code itself as your editor for commit messages and such is to set ```sh export EDITOR="code --wait"...

feature

This depends on the PR I sent yesterday (dcuddeback/ioctl-rs#5). With these two, the tests pass.

The tarball for the latest release (https://files.pythonhosted.org/packages/source/a/absl-py/absl-py-0.9.0.tar.gz) does not include the CHANGELOG.md file. This probably needs a change to MANIFEST.in unless I am mistaken.

As a big fan of acme, this project looks super interesting! I tried it out, but the numbers on the numeric keypad on my keyboard were not working, whether or...

enhancement

This is a workaround for https://issuetracker.google.com/issues/225584760. It works in my limited testing, but it certainly has implications on request sizes, etc. The delay package uses gob to encode the function...

The README says: > Building on other platforms will need to arrange to build Wasmtime and use CGO_* env vars to compile correctly. Can you please elaborate on which environment...

As you probably know, I am using Anita in [netbsd-gce](https://github.com/google/netbsd-gce). The way the script works now, Anita is doing the installation, then the emulator boots into the newly installed system...

There is no `MADV_DONTDUMP` or `MADV_NOCORE`. There is no `MAP_ANONYMOUS` but `MAP_ANON`.

In #6092, @a-nogikh noted that syzkaller builds on NetBSD have been broken for a while: https://syzkaller.appspot.com/bug?id=7da11373772e1124c0202792b60e5487abbd6e8d The full output is: ``` last executing test programs: kernel console output (not intermixed...

bug