Chris Burroughs
Chris Burroughs
Rebased. This PR has been approved for a few weeks. What's the next step for getting it merged?
> Not sure what's wrong with the java test, mind do a rebase and see if that works? It had a separate `pip install` step that needed to be aware...
Similar request at #3454
Scope is a custom field: ``` scope = select scope.label = Scope scope.options = n/a|large|medium|small scope.order = 2 scope.show_when_type = feature|task|story|defect scope.value = 0 ``` It's just "how much work...
I'm sorry, I know these sorts of "me too" comments are rarely of much help. I wanted to highlight that great-expectations at the pinned version has a variety of upper...
> Install datahub ingestion sources inside one big venv (e.g. airflow) This one. We use a monorepo and minimizing the number of transitive dependency sets we are juggling maximizes the...
We use Python (surprise!) and support development on multiple CPU architectures (x86_64, arm64 and Operating Systems (Mac, Linux) and in turn support deployment to Linux on multiple CPU architectures. To...
https://github.com/pypa/pip/commit/0807480b4815426e64bfd6484241e006a243b2eb So I think the version of pip needed is 24.1? All the lockfiles are now generated with 24.2 now so I think this is mostly set. For python 3.13...
Thank you for the work on https://github.com/python/mypy/pull/17420 ! With both `1.10.1` and `1.11.0` I'm still unable to enable the incremental cache on our repo due to errors like: ``` foon.py:1:1:...
So [Apache Mina SSHD](https://mina.apache.org/sshd-project/index.html) supports Ed25519 by way of . I had initially dismissed this library on the fear that "pure java" == slow, and the vigorous disclaimer in the...