sheldonneuberger-sc

Results 6 issues of sheldonneuberger-sc

I'm seeing an intermittent issue where occasionally clang fails due to a header file not being found. However, I login to the machine and can see the header file there...

bug
P2

"show call hierarchy" on a function in an objc files doesn't work, and it shows a vscode notification that says "MISSING provider". This was working a couple weeks ago. "Find...

bug

Adds an outputBase string configuration that changes where output_base is placed. This is convenient for when someone wants bazel using something other than TMPDIR. This is useful if you use...

We sometimes see a pom.sha1 file contain an invalid hash that is just duplicated twice, i.e. 80 bytes total (the same 40 bytes repeated twice). It happens rarely, we're not...

Rough outline of how I'm calling http2 ``` boost::system::error_code ec; std::string addr = "127.0.0.1"; std::string port = "3000"; std::size_t num_threads = 1; server.num_threads(num_threads); server.handle("/", [this](const request& req, const response& res)...

idb install can take quite a while for large apps and it's not clear to the user if it's stuck or making progress. Ideally it would output progress of the...