Ben Matase

Results 5 issues of Ben Matase

I've added the changes mostly from https://github.com/dillon-giacoppo/rules_python_external/blame/master/extract_wheels/lib/namespace_pkgs.py so that these rules can correctly handle namespace packages. Since the source code is essentially copied, I've added an Apache license header to...

When using these rules with a family of pip packages (e.g. `azure` and `google` packages) which install as part of the same "namespace", python is unable to import them at...

I'm trying to remove access tokens from the response body of some http transactions that are being recorded so that I can check the sanitized cassettes into source control so...

Maybe I'm missing something, but I couldn't find this package hosted on pypi. I'd love to use this as a pip package and was wondering how I could get access...

Fixes https://github.com/influxdata/go-syslog/issues/44 This avoids a race when trying to populate multiple SyslogMessages concurrently. I've tested this out in a scenario with telegraf where we were seeing this issue frequently and...