Joe Sweeney

Results 8 comments of Joe Sweeney

Yes, most of the integer columns are empty on at least one platform. For example M1 Macs have basically none of those columns filled. Maybe the `size` column could be...

Affecting me as well. macOS: 10.13.6 Safari: 11.1.2 Getting a 500 consistently though, makes elm-reactor unusable.

The problem appeared to be the line to open the parent directory. The [docs for CreateFileW](https://learn.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-createfilew#parameters) explain further under `dwDesiredAccess`: > If this parameter is zero, the application can query...

>As a POC, a separate command might be useful. I agree, my plan is to write a separate command regardless, just to make sure everything works as expected without the...

Agreed on both @MikeMcQuaid's steps and @Bo98's point on the second step. The plan will be to keep `brew verify` in an external tap (step 1) for a while as...

I have the first iteration of a `brew verify` command working in [this repo](https://github.com/trailofbits/homebrew-brew-verify). Please feel free to add the tap and then try running `brew verify` on any bottles...

# Prior Art [Taintgrind](https://github.com/wmkhoo/taintgrind ): Valgrind plugin for taint-tracking using its process emulation based approach. Seems reasonable and could fit our use case. [PANDA](https://panda.re/): Dynamic analysis platform built on top...

My instinct is that if the QEMU based frameworks won't work, then it is probably a complexity demon we don't want to touch. Honestly though, I don't have well formed...