Casey Korver
Casey Korver
**Is your feature request related to a problem? Please describe.** When tagging a specific version of this action within a workflow, you must use the syntax `x.y.z` rather than the...
In the "About" section, "official" is misspelled as "offiicial".
A non-existent `setup.py` script is referenced [here](https://github.com/AngellusMortis/django_microsoft_auth/blob/a4bbc5a1ab9cab9e73fc34adc2fa0c5c93c988cc/docs/installation.rst#from-sources) and [here](https://github.com/AngellusMortis/django_microsoft_auth/blob/a4bbc5a1ab9cab9e73fc34adc2fa0c5c93c988cc/CONTRIBUTING.rst#get-started) in the documentation.
[The history in this documentation only lists versions up to `v2.4`.](https://django-microsoft-auth.readthedocs.io/en/latest/history.html) The `docs` badge is also showing as failing.
After following the setup instructions in CONTRIBUTING.rst, I'm running into errors for all tests in `test_apps.py`. *Environment Information:* MacBook Pro 14-inch 2021 Chip: Apple M1 Pro MacOS: Ventura 13.0.1 Output:...
I'm trying to import a CSS file within Less using the following import: ```css @import (inline) "normalize.css/normalize.css"; ``` The compile seems to run correctly when I probe into the files...
I'd love to see support added for PostCSS to this project.
This is more of a feature request, but I'd love if this project standardized spacing within tags as well. For example, the following is currently unchanged: ``` {% if log.severity...
The `docker debug` command doesn't work within a dev container using `docker-outside-of-docker`. I'd love to see this feature supported within dev containers.