Karl
Karl
README was not modified when forked for MySQL. Show changes to make more clear. Fixes #60 ## Description A few simple changes to reference MySQL and this repo instead of...
## Description Current Readme is identical to the standard PostgreSQL-based `https://github.com/cookiecutter/cookiecutter-django` repo. ## Rationale This is both confusing (for example, it still has the link to this project in it)...
### Prerequisites - [X] I have checked the [Wiki](https://github.com/AdguardTeam/AdGuardHome/wiki) and [Discussions](https://github.com/AdguardTeam/AdGuardHome/discussions) and found no answer - [X] I have searched other issues and found no duplicates - [X] I want...
Following [Image Requests](https://en.gravatar.com/site/implement/images/) on Gravatar's blog, I added a few new settings/options: - GRAVATAR_AGNOSTIC_URL: defaults to '//www.gravatar.com' which allows for http or https depending on source page - GRAVATAR_FORCE_EXTENSION: boolean...
It doesn't look like this has been touched since March 2022, more than a year ago. It doesn't seem to want to install on Ubuntu jammy, at least for me,...
### Describe the feature you'd like It seems that a common use case for an include would be a header and everything underneath it. Say there's a page defined like...
I often find while trying to create a product that I need a new quantity to use for it. I then end up cancelling the product creation, creating the quantity,...
Started having an issue today that appears to have also been identified by several other users: #238 ; #237 ; #236 . I also see that the project hasn't been...
I ran a `pre-commit autoupdate` on my project and now pre-commit won't run. The log is below: ``` auto-walrus..............................................................Failed - hook id: auto-walrus - exit code: 1 Traceback (most recent...
All dependencies were pinned to specific versions which would fight with whatever project it was implemented in. Loosened them while trying to keep them reasonable. Added a timeout for waiting...