Amrish Parmar

Results 4 issues of Amrish Parmar

**Description** We are trying to set up a web service inside of a VPC, but we don't want to expose it to the public internet, so we set up a...

ecs
enhancement ✨

Python: 3.9.7 Django: 3.2.8 django-summernote: 0.8.20.0 In our `SUMMERNOTE_CONFIG` we have `disable_attachment: True`, however when attempting to load a page that includes a Summernote widget we get the following traceback:...

Django recently [released version 3.2.9](https://docs.djangoproject.com/en/3.2/releases/3.2.9/) which adds support for Python 3.10 in Django 3.2, so might make sense to update the matrix in `python-package.yml` workflow to test against this version.

**Description** **Steps to reproduce the issue:** 1. create stub `Dockerfile` and `docker-compose.yml`, e.g. ```Dockerfile FROM hello-world ``` ```yaml services: hello: build: context: "." dockerfile: Dockerfile ``` 2. Run `docker-compose build...

stale