Dan Halperin

Results 209 comments of Dan Halperin

@eli-darkly - that is my experience and deployment scenario as well.

Header and Path Constraints have specs in them. Users should be able to get to those spec documentations in exactly the same way as if the spec was a top-level...

Related (404 warnings): https://github.com/bazelbuild/rules_jvm_external/issues/349

Looks like this is probably highly related to https://github.com/bazelbuild/bazel/issues/4584

😮 🎊 Thank you! I tried it out with the following (irreproducible) patch: ``` http_archive( name = "rules_jvm_external", - sha256 = RULES_JVM_EXTERNAL_SHA, - strip_prefix = "rules_jvm_external-%s" % RULES_JVM_EXTERNAL_TAG, - url...

Hmm. I'm trying to figure out the solution here. Collect up the `imports` of each python dependency, and use that for `mypy_path`? Otherwise, it seems like one is basically out...

Hi @thddaniel - thanks for a list of CVEs. Do you have more, relevant information to provide? - It looks like CVE-2022-40150 is not relevant; we use 1.4.1. https://cve.report/CVE-2022-40150. -...

Any PR purporting to solve this issue needs to handle the core issues in it. 1. Correctly handling multiple NAT rules that may conflict if not properly matched against original...

Tests aren't passing On Tue, Oct 18, 2022 at 02:50 Antonio Prado ***@***.***> wrote: > Thanks! > > are you going to commit? > > — > Reply to this...