anthony sottile
anthony sottile
I'd recommend splitting the two concerns then -- make this one just about the changelog format and the other about the "unreleased at top" -- coupling the two is a...
from the logs it looks like craft sees your CI as successful before the artifact upload job has started -- once it sees success it moves on to trying to...
I am not sure -- I'm just going by the docs :S
@Lms24 it seems in that case then a job would need to be added to your workflow which requires all others to finish -- then you'd use that as the...
I think what's happening is there's a point where everything is passed (all statuses green, none pending) and craft can't know that there's more things to run
just to disambiguate -- kamil is suggesting g**h**cr -- github's container registry (which would be pretty trivial to set up here -- compared to setting up an aws account for...
[`extract-zip`](https://www.npmjs.com/package/extract-zip#js-api) was the easiest popular one I could find
fwiw this patch appears to break calls to `.get_cache_name()` since the mixin's `NotImplementedError` version is not overridden any more: ```pytb ../sentry/src/sentry/db/models/base.py:124: in is_field_cached name = self._get_relational_field(field_name).get_cache_name() .venv/lib/python3.12/site-packages/django/db/models/fields/mixins.py:20: in get_cache_name raise...
that's an annoying barrier to entry, can you file one for me? here's a pretty minimal bit of code (minus getting the django app working) ```python from django.db import models...
> > that's an annoying barrier to entry, can you file one for me? > > It’s not a very high barrier. Log in with GitHub at https://code.djangoproject.com/ , click...