Allen Lee

Results 103 issues of Allen Lee

Currently the PR template requires things of contributors that aren't always possible depending on their permissions. Because we can't move forward meaningfully with #49 to label incoming PRs we may...

Look into https://github.com/github/linguist/blob/master/lib/linguist/languages.yml for inspiration for refactoring how we handle programming languages and versions in our system (and for interoperability).

Instead of manual manipulation. https://www.algotech.solutions/blog/python/deleting-unused-django-media-files/

(in episode 02, https://carpentries-lab.github.io/good-enough-practices/02-data_management.html#data-management-plans) The Digital Research Alliance of Canada has created a DMP assistant as well and exemplars published on Zenodo: https://dmp-pgd.ca/ https://alliancecan.ca/en/services/research-data-management/dmp-assistant https://alliancecan.ca/en/services/research-data-management/learning-and-training/training-resources#heading-dmp-exemplars

use a defaultdict to map status codes to error classes, defaults to DataCiteServerError for status_code >= 500 and DataCiteRequestError for all others Ticks in all boxes and 🟢 on all...

## Is your feature request related to a problem? Please describe. Currently the http error code is used to determine which specific DataCiteError subtype to return from the `DataCiteError.factory` method...

![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) ### Snyk has created this PR to fix 18 vulnerabilities in the pip dependencies of this project. #### Snyk changed the following file(s): - `django/requirements.txt` ⚠️ Warning ``` django-rest-swagger...

Currently using automated backup scripts e.g. - https://wiki.postgresql.org/wiki/Automated_Backup_on_Linux Should replace handrolled autopgsqlbackup with hot-standby replication - https://github.com/nebirhos/docker-postgres-replication - https://hub.docker.com/r/danieldent/postgres-replication - https://wiki.postgresql.org/wiki/Replication,_Clustering,_and_Connection_Pooling

infrastructure

- view pages should pull the rendered markdown instead of re-rendering the raw markdown - edit pages should pull raw markdown to be put in the simpleMDE form

backlog
refactor

subnav NavigationLinks should be a canonical menu entity that all subnav pages link to instead of holding their own data structures

data model
backlog
refactor