Andrew Chen Wang
Andrew Chen Wang
Fixes #98 Adds asyncio support for API. Does not support CLI (does not make sense). I haven't tested file upload. aiohttp does not include the files parameter like requests, so...
**Describe the bug** Adding `eval "$(rtx activate zsh)"` to ~/.zshrc swallows all exit codes, so exit code outputs are no longer show, e.g. `random_command` doesn't say command does not exist....
``` #!/bin/bash sudo apt update sudo apt -y upgrade sudo apt-get -y install ruby-full ruby-webrick wget cd /tmp wget -4 https://aws-codedeploy-us-east-1.s3.us-east-1.amazonaws.com/releases/codedeploy-agent_1.3.2-1902_all.deb mkdir codedeploy-agent_1.3.2-1902_ubuntu22 dpkg-deb -R codedeploy-agent_1.3.2-1902_all.deb codedeploy-agent_1.3.2-1902_ubuntu22 sed 's/Depends:.*/Depends:ruby3.0/' -i...
Much easier, more secure ``` - name: Configure AWS credentials # Visit https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services # to learn how to set this up uses: aws-actions/configure-aws-credentials@v1 with: role-to-assume: arn:aws:iam::1234567890:role/role-name aws-region: us-east-1 ``` To...
The current automatic configuration for creating a VPC (which makes it unnecessary to follow the VPC section of the instructions) does not create the IPv6 route connection. You'll need to...
I've encountered this before, but we need to create an ELB + ALB combo for startups possibly. This is due to the need for an Elastic fixed IP. ALB is...
## Description Adding hadolint to pre-commit ## Rationale Linting Dockerfile. Current lint warnings: ``` Lint Dockerfiles.........................................................Failed - hook id: hadolint-docker - exit code: 1 compose/local/django/Dockerfile:10 DL3008 warning: Pin versions in...
## Description If you track #2506, I've implemented ASGI + Websocket support. Before, in order to use HTTP/2. you would need to use Django channel's methodology to get faster speeds...
# Checklist * [x] I have verified that the issue exists against the `master` branch of Celery. * [ ] This has already been asked to the [discussion group](https://groups.google.com/forum/#!forum/celery-users) first....
Any plans for asyncio support? I made a vendored version of the base console, and making PR to Django. Tracking: https://github.com/django/django/pull/16744 I've made an SES v1 asyncio version. Happy to...