Charles Ellis

Results 9 issues of Charles Ellis

``` uname -a Linux malu 5.13.19-1-bcachefs-git-354636-gc85e27c45512 #1 SMP PREEMPT Thu, 07 Oct 2021 22:20:07 +0000 x86_64 GNU/Linux bcachefs version bcachefs tool version v0.1-366-g3785043 ``` As explained in #320 I have...

new-version-testing
v18

I haven't read through all of the information in the README, but I came across this repo while trying to locate a project I had looked at a few weeks...

After upgrading to libvirt 7.0.0 (at least, the version published to Arch's community package repo on 1/20/2021) I started getting errors from the `hugepages.sh` script. It was trying to call...

I've attempted to install the 3.8 driver on a Windows 10 Pro 19042 x64 machine. Using the provided batch script, the installation fails with "devcon-x64 failed." as the error message....

It appears that there is an unfortunate interaction between the Sidewise extension and the [React Developer Tools extension](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi). React Devtools is written to post messages to the `window` object ([see...

**Describe the bug** When devenv needs to update an input either because it was added to `devenv.yaml` or the `devenv update` command was run, the "secondary" inputs of that input...

bug

# Summary This PR updates Qira's build scripts to support building QEMU version 3.1.0 for that tracer. # Notes **Warning**: Until [the related QEMU patch PR](https://github.com/geohot/qemu/pull/1) is merged in, this...

I'm not sure about the current state of Qira for analyzing Windows binaries, but it seems like it might only be (experimentally) supported for Windows hosts using the Pin tracer....

In commit 2c29dc2 the zip files used for auto-mocking in unit and integration tests were removed. While those zip files did contain copies of the mocking libraries (Moq and NSubstitute),...