Sangho Na

Results 23 issues of Sangho Na

Some minor tidyups in `setup.py`.

Will there be an Emacs port of this colour scheme?

Time zone and language code are currently set to `Europe/London` and `en-gb` respectively. ```text >>> from django.conf import settings >>> settings.TIME_ZONE 'Europe/London' >>> settings.USE_TZ True >>> settings.LANGUAGE_CODE 'en-gb' ```

internal

The **Docker** workflow has never run. It looks like it has been replaced with **Build and Release**? - **Docker**: https://github.com/ietf-tools/www/actions/workflows/docker-publish.yml - **Build and Release**: https://github.com/ietf-tools/www/actions/workflows/build.yml One difference I noticed is...

internal
investigate

Based on the latest snapshot, the database has the following extensions. ``` \dx ``` ``` List of installed extensions Name | Version | Schema | Description --------------------+---------+------------+------------------------------------------------------------------------ adminpack | 2.1...

internal

The workflow step, `Docker Build & Push`, is currently using `target: app-sandbox`.

internal
investigate

### Describe the issue As previously discussed in the thread, , revisit how the author's `fullname` is generated when `completename` is not provided. ``` python author_el.set('fullname', ('%s%s%s%s%s' % ( f"{name.prefix.content}...

bug

### Description As mentioned in https://github.com/ietf-tools/bibxml-service/pull/437#issuecomment-2215457453, revisit how the `SNAPSHOT` environment variable is computed at runtime. ### Code of Conduct - [X] I agree to follow the [IETF's Code of...

enhancement

Also, check if there's any environment variable starting with `IETFWWW_GUNICORN_` being used. - `IETFWWW_GUNICORN_LOG_LEVEL` - `IETFWWW_GUNICORN_WORKERS` - `IETFWWW_GUNICORN_MAX_REQUESTS` - `IETFWWW_GUNICORN_TIMEOUT`

internal