smcoll
smcoll
i've had difficulty adding X-Ray tracing for a python application using OpenTelemetry with a container-based Lambda. The published extension isn't immediately applicable to that use case. Ideally, there'd be images...
Installing the latest commit from git: $ pip install git+git://github.com/willhardy/django-seo.git@3089686 ...results in a package installation where the `rollyourown` module has no `__init__.py` file, causing an import error.
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior i am unable to start localstack via the CLI on a...
i have an intermediate model which is little more than a logical partition, so it has no fields except for an FK. See this LevelOne, for example: ``` class TopLevel(models.Model):...
The ModelAdmin class has a property called 'save_as', which if set to True, will include a "Save as new" button on the admin change view. When the property is added...
The "Add another..." button, in the context of the NestedTabularInline template, is breaking the layout of the table, because the JS is inserting div.add-row after all the tr elements within...
DocuSign's API returns a 400 when a subject or blurb are not present in the envelope creation call. For this reason, i propose that we make them required arguments in...
The documentation didn't indicate that the callback url needs to be namespaced as 'anysign' by default. i suppose the only way to override this is to subclass the backend and...
i see the `docusign_template_id` exists on the `SignatureType` model in the demo, but the backend itself references this property that won't exist on an existing model unless explicitly added. This...
Feature request: as a developer, i'd like to be able to copy an empty `.env-sample`, save it as an ignored `.env-local` file, fill in some values, and be able to...