berzi
berzi
@mojimi Overriding init is discouraged with Pydantic. You can use a root_validator.
Apologies, the command actually includes `--use-fuzzy`. Still, I don't see why this should make it fail.
> @berzi would you be able to create a minimal project that reproduces this effect? Unfortunately I don't think so, the error comes from an old and complex project from...
> @berzi I understand, but from what we can see everything should be working. The only way for us to debug this would be to reproduce it. Since this work...
Docker Compose: 3.7 Python: 3.10 Django: 3.2.20 Django debug toolbar: tried both 4.1.0 and 4.2.0 gettext and other dependencies are installed with the following command: ```shell apt-get install --no-install-recommends -y...
This is often solved by installing the `django-cors-headers` package and adding its `corsheaders` to `INSTALLED_APPS`, or did this not solve the original issue?
At the moment, personally, no. I might if it's still unresolved if/when I start using the project more actively.
Additional question: is the process of implementing new checks documented for potential contributors? Upon a (very) cursory look I couldn't find anything and if I wanted to contribute I'd have...
@jankatins A default configuration already exists. One might argue it's currently too conservative, but that seems like a discussion for a separate issue.
Is anyone working on this? I'm seemingly unable to define API endpoints in nested stacks because importing the API (AWS::Serverless::Api) from the parent stack doesn't work (resulting in "RestApiId must...