Peter Siemens

Results 50 issues of Peter Siemens

## Context We should create a standard release template and process used to draft and publish releases. - GitHub release template - Discord messaging - Forum messaging ## Definition of...

Needs Estimation

### Issue To Be Solved To make Flow account addresses easily distinguishable, we'd like to represent them as all-uppercase hexadecimal strings with an `Fx` prefix. For example: ``` Fx969D07CEDE37E32B ```...

Epic
Improvement

## What problem does this PR solve? The Ubyssey app currently uses Whitenoise to serve static files directly from App Engine, but this adds some overhead, especially on instance initialization....

Currently the [deployment action](https://github.com/ubyssey/ubyssey.ca/blob/develop/.github/workflows/release.yml#L45) installs the Python dependencies in `requirements-prd.txt`, but I realized that Google App Engine (GAE) ignores this and does its own installation from `requirements.txt`. I could be...

dependencies

The [django-dbtemplates](https://github.com/jazzband/django-dbtemplates) library makes a noticeable number of database queries when loading on the homepage, adding to the overall page load time. The queries don't significantly slow down the page...

performance

## What problem does this PR solve? This PR updates `gulp-sass` and `node-sass` to work with newer versions of Node. Closes #1144 ## How did you fix the problem? `node-sass`...

## What behavior were you expecting? I was expecting to be able to install all the Node module dependencies with Node v16. ## What was your environment like? macOS v13.0,...

bug

The Wagtail password reset feature located at `/admin/password_reset/` fails with a 500 error. ## What behavior were you expecting? This feature should either send a password reset email to the...

bug

The ubyssey.ca app currently reads development and production configuration from separate Python modules. The default module is set to `config.settings.production` in [manage.py](https://github.com/ubyssey/ubyssey.ca/blob/develop/manage.py#L6). In my opinion, this makes it difficult to...

This is pretty minor, but when running the app in development mode, the `config` module looks for an `.env` file at `./temp/.env`. ## What behavior were you expecting? In my...