Chris Adams

Results 315 comments of Chris Adams

Here's an example of a scenario you might want to block: someone has permission to update task definitions but you don't want them to be able to add arbitrary containers...

I just ran into this as a friction point on a project which is mostly not Python but has a couple of utility scripts. It had a `pyproject.toml` file which...

Is there any chance you could contribute a test for this? As of today, the test suite is much easier to run: https://pypi.python.org/pypi/django-haystack/2.2.0 https://github.com/toastdriven/django-haystack/releases/tag/v2.2.0 http://django-haystack.readthedocs.org/en/master/running_tests.html Thanks, Chris

Python 3.7's end of life was in June so maybe the answer here is to mark that as no longer supported?

Does this happen with a smaller block size?

I wrote something like that a long time ago for similar reasons, which might be useful. It has some work which would be needed to be generally useful but it...

Basically it works for me on the project where I needed it to work but there are a couple of things which need to be generalized — basically the two...

I just ran into this with a Python app. After #14523 the stock debugger configs automatically reuse the configuration that my external (pipenv) tooling uses because they have envFile=.env in...

> I think it makes more sense for `exclude-newer` to be attachable to a `tool.uv.index` definition rather than define a list of exclusions? wdyt? That’s my inclination as well -...

> I'd also encourage you to let these private registries know you want this basic, standardized functionality :D For completeness, I opened this ticket for GitLab for that exact reason...