David Paul Graham
David Paul Graham
## Discussion It would be good to have a clear mental map/documentation on how Huak handles errors and logging. Since these are 2 things that are ubiquitous throughtout Huak, I...
[Django Allauth recently released their first stable version](https://docs.allauth.org/en/latest/release-notes/recent.html), from 0.63.6 to 64.0.0. It's worth noting he says in the release notes that they may continue to introduce minor breaking changes...
Would the `dj-rest-auth` maintainers be opposed to a PR that makes the trailing slashes at the end of the [`dj-rest-auth.urls.url_patterns`](https://github.com/iMerica/dj-rest-auth/blob/5498963cb3b038cd0bdd95e124ed9e6e6757c196/dj_rest_auth/urls.py#L11) optional in a backward compatible way? For example using [django...
# :rocket: Feature Request Recently we added the endpoint to view all organization a user has access to, and the ability for users to select an organization and hold that...
instead of having user remember a username, use an email address instead. There are a couple parts of the code that reference the user's username, so this change is not...
This is a feature requests that will allow haztrak to store RCRA management method codes (MMC) in its db instead of retrieving from RCRAInfo. MMC should not be hard coded...
This is a feature requests that will allow haztrak to store RCRA Source Codes (SC) in its db instead of retrieving from RCRAInfo. MMC should not be hard coded in...
# 🚀 Feature Request We'd like to be able to display more rows of manifest than what can be displayed with [3 tables in this view here](https://github.com/USEPA/haztrak/blob/c6cfe1cb5f0940184ba3d69dcbfcc04fd8a1ec5c/client/src/features/site/SiteManifests/SiteManifests.tsx#L98). instead of displaying...
# :rocket: Feature Request Add a service to the haztrak back end for updating a manifest in e-Manifest. Designing the REST endpoint, I'm not sure what is a better approach....
# :rocket: Feature Request To enhance the UX, it's annoying that we have to re-add the transporters and waste lines every time the manifest form refreshes for a draft manifest...