Andrew Chen Wang

Results 79 issues of Andrew Chen Wang

For [Donate Anything](https://donate-anything.org/) ([GitHub link](https://github.com/Donate-Anything/Donate-Anything/)), I created a custom VPC so that I could still use my default VPC for other tests the required an EC2 instance. It's also beneficial...

documentation
enhancement

I'm not putting the tutorial in the README because I don't know where it should actually go? For sure it will be done before you actually deploy your initial server...

documentation
enhancement

## Review the Contributing Guidelines Before submitting a pull request, verify it meets all requirements in the [Contributing Guidelines](https://github.com/donnemartin/awesome-aws/blob/master/CONTRIBUTING.md). ## Describe Why This Is Awesome Why is this awesome? It's...

feedback-wanted

I wasn't able to see my badge in my package. Seems like changing it to point directly towards travis-ci.com works with a specified branch.

Python 2.7 is coming to the end of its lifetime, and many packages like Django are following along. In this PR, I've also added Django 3.0 and Django 3.1 with...

https://github.com/jsocol/django-ratelimit/blob/651c73074e43e6e501871baad0f1c2eb5cbbbe13/test_settings.py#L14-L17 In ref to #239, I added Django 3.2 but Django at that version added a new class: PyMemcacheCache that uses a different version of memcached called pymemcached which is...

Fixes #242 A concern I have is performance. This seems like it is importing every time the view is called. I've implemented this like the rest of the package. However,...

Fixes #241 as well * CI testing Django 3.2 ~~would actually only test Django 3.2 because GitHub actions converted 3.0 to an integer and tax didn't read it correctly (testing...

Ref #121 Just had a need to add DRF support, and something interesting that we can do is take advantage of DRF's Throttled class. The reason we can do this...

Hey @jsocol when do you think another release can come out? It seems like the name changing would cause a huge breakage, but also lots of features have been added....