James Brown

Results 72 comments of James Brown

There are a *lot* of CVEs against django 3.0 now. CVE-2021-33203 CVE-2021-33571 CVE-2021-45116 CVE-2021-45452 CVE-2021-45115 CVE-2022-22818 CVE-2022-23833 CVE-2022-28346 CVE-2022-28347

It looked to me like `push_scope` maintained a thread-local stack, so it wouldn't work if you reused the same Guard across multiple yield points (because they might be interleaved in...

In fact, I just verified that a fairly naive implementation like ``` async def handle_request() { let hub = sentry::Hub::current(); let guard = hub.push_scope(); hub.configure_scope(...); // do a bunch of...

Would you be open to a commit that adds a --password-environment-variable-name option which would read the password from an environment variable so that it (a) is easier to automate in...

I'm also seeing this sometimes in reaper 3.1.1 against Cassandra 4.0.3 (also in sidecar mode). ``` ERROR [2022-03-22 22:45:12,170] [RepairRunner] i.c.s.RepairRunner - Executing SegmentRunner failed com.datastax.driver.core.exceptions.InvalidQueryException: SERIAL is not supported...

+1 most production environments aren't going to support gcc5 for a while, it would be nice to keep Saas working without requiring crazy-bleeding-edge versions of things. Enterprise life-cycles are measured...

Anything blocking this from moving forward?

Is there any workaround now? I was looking at something with the `xmlrpc` crate (which uses reqwest by default) but unix sockets are a must-have for my environment and it...

Any plans to pick this up in the future? It's been open for a couple of years and it would be great to be able to bind commands to open...