Paul Draper
Paul Draper
There is some weirdness around this. I suggest trying sbt-scalafmt-coursier instead of sbt-scalafmt.
+1 for Play's evolutions. It's a good system, and fairly easy.
> So what would be solution for this? @arunkant I included two workarounds in my bug report: https://github.com/bazelbuild/bazel/issues/14640#issue-1114181391 The first is better than the second, unless you are using third-party...
@arunkant in that case, see my second workaround: use usercustomize.py. Monkeypatch `os.execv` to remove unwanted entries from `environ["PYTHONPATH"]`.
The way to fix it is to have everyone make their rules compatible with `--noexperimental_python_import_all_repositories`
> Do we want to handle this on the collection side or put the burden on tracing backends? Plugins already have options to ignore data, e.g. [@opentelemetry/plugin-http](https://github.com/open-telemetry/opentelemetry-js/tree/master/packages/opentelemetry-plugin-http). This makes sense...
Jest now supports Plug'n'Play; it may be worth looking at how that was implemented.
@rst0git that is terrible and great. Thanks.
For comparison, this feature is supported by Google's protoc.
Basic use case: 1. I want to run a FTP server. 2. I like Docker. I want to run it in Docker. 3. FTP servers (in passive mode) must have...