Mike Purvis
Mike Purvis
Homebrew is moving their primary support to Python 3: https://brew.sh/2018/01/19/homebrew-1.5.0/
I get this all the time. I've never paid it too much mind since it's more of a nuisance than something which impacts use. Feel free to raise a ticket...
Homebrew doesn't package gtest/gmock because the maintainers explicitly recommend against doing so— they're prefer you vendor the source into your projects rather than having a globally-installed version. Vendoring is not...
There used to be a big raft of `--skip-keys` flags; adding a rosdep file of overrides is functionally equivalent but IMO more flexible, since it lets you do things like...
Looks like there's a related discussion here in https://github.com/ros-planning/geometric_shapes/issues/23. I'm doubtful that just pre-installing `assimp` is going to be enough, though, given that we do have rosdep keys for that...
There's a ticket tracking this upstream, but it's likely to be a while before there's a solution from either assimp itself or the homebrew package: https://github.com/assimp/assimp/issues/1517 I'd be delighted for...
Interesting, thanks. That does look close to what I want. I naively added it to my test program: ``` crashpad::CrashpadInfo *crashpad_info = crashpad::CrashpadInfo::GetCrashpadInfo(); crashpad_info->set_gather_indirectly_referenced_memory(crashpad::TriState::kEnabled, 1000000); ``` Unsurprisingly the resulting dump...
I don't seem to have the attachments section on `20.8.0.dev0803866c`; is there something I need to do to turn it on? I checked briefly on my `/settings/sentry/security-and-privacy` page, and didn't...
I would love to have this changed too. Looks like it isn't actually that many locations in the code that it gets set: https://github.com/etsy/hound/search?q=api%2Fv1 Probably wouldn't be super hard to...
I'm interested in this feature too; we also have 100+ repositories at our org. Has anyone done an implementation?