Oliver Borchert
Oliver Borchert
Already looks much clearer than before!! Although `create_transformation` is still a bit of a beast :D
The easiest way to achieve this with the current version of Switchboard is to run two instances of Switchboard that target the different Traefik instances. These two Switchboard instances can...
Unfortunately, we are currently battling CI issues (cf. https://github.com/microsoft/LightGBM/pull/6425). Once we got our GPU runners working again, we are planning to prepare another release -- this will likely happen in...
I personally cannot gauge the usefulness of this feature and believe that this is quite a niche requirement. That being said, I also don't see a reason to not expose...
Big fan, I've always stumbled over not having this when contributing here :smile: I would also propose to leverage https://pre-commit.com/ to run `black` to simplify local execution as much as...
> If we do that, I'd want to also run them with pre-commit in CI, like this: There's also https://github.com/pre-commit/action which runs `pre-commit run --all-files` and caches your dependencies to...
Closing this in favor of #2146.
I was not aware that there parameters were even available, I'm very much in favor of the removal across language APIs.
Reading through PEP-565, I'd be in favor of using `DeprecationWarning` although I do find the phrasing in the PEP a little conflicting :eyes:
> Like a `// nolint` comment or something? Not that I know of :/ afaik, you can only instruct dependabot to skip versions (across all files)...