Adam Pritchard
Adam Pritchard
There doesn't seem to be an x86 version of pgAdmin for Windows anymore; see: https://www.postgresql.org/ftp/pgadmin/pgadmin4/v5.2/windows/ Clean: https://www.virustotal.com/gui/file/dfdae78878d32f1be568d6a79508e567a6376bd807296132c48bf90637d69b12/detection
This is an extension/fork of #33. When reverting HTML that has been modified while rendered, the user will lose her changes. It would be nice if the HTML were converted...
As can be seen in [https://github.com/adam-p/danforth-east/blob/b07592ffabccc57418e72eac494e616c974051ed/app.yaml#L1](app.yaml), our runtime is python38. According to the [runtime support schedule](https://cloud.google.com/appengine/docs/standard/lifecycle/support-schedule#python), python38 stops being supported in October 2024. We should update before then. (On other...
Right now there's no way for members to check on when their year of membership is expiring, and so know if it's time to renew (besides the reminder email). There's...
The “Paid?” status in the sheet doesn’t seem to be updated correctly. All the recent members have “N” in that column, and I just renewed and it says “N”.
We used to basically have this with the "pay later" option. Dig up that code.
Handle 500 errors better. Some possibilities: - Retry XHR on 500 - Have a check server-side to ensure multiple welcome emails aren't sent if the retry causes two successful saves...
The post-self-serve-join modal is near the top, but the user is looking at the bottom of the form when they submit. Either: - Scroll up - Show the modal in...
It takes about 5 seconds for the embedded membership registration form to load. This is pushing the limits of how long a visitor will wait before deciding that there's something...
The annual archive creation failed with this error: ``` googleapiclient.errors.HttpError Traceback (most recent call last): File "/layers/google.python.pip/pip/lib/python3.8/site-packages/flask/app.py", line 2447, in wsgi_app response = self.full_dispatch_request() File "/layers/google.python.pip/pip/lib/python3.8/site-packages/flask/app.py", line 1952, in full_dispatch_request...