Chris Maggiulli

Results 11 issues of Chris Maggiulli

I am using the following config settings: Mobile-first responsive, Modernizr, Minified w/ no H5BP options When I add an additional LI to the main navigation (see below)..... ``` h1.title nav...

#### After running `panoptic.py --url "http://localhost/apps/pbcs.dll/article?url=test"` #### I received the following output ``` Panoptic v0.1 (https://github.com/lightos/Panoptic/) [i] Starting scan at: 00:02:47 [i] Checking original response... [i] Checking invalid response... [i]...

Attempting to run the ` --random-agent` flag as such `panoptic.py -u "http://localhost:80/apps/pbcs.dll/misc?url=test" --verbose --random-agent` results in the following ``` Panoptic v0.1 (https://github.com/lightos/Panoptic/) [i] Starting scan at: 01:55:21 [i] Checking original...

Please see [Git Issue 811](https://github.com/django-guardian/django-guardian/issues/811) for a description of the problem

We are using a forked version of Guardian 2.4.0 that lives in a private artifact repository. We forked Guardian because of two separate performance issues. The issue I am addressing...

Please take a look at my [StackOverflow Question](https://stackoverflow.com/questions/77431461/reassign-all-guardian-user-object-permissions-from-one-django-user-to-another-dj) for the exact use case. Most large systems I've worked on have access/identity management automation for linking multiple accounts to a single...

I made similar changes in the 6.2.x branch. Basically I made the following three changes in the first commit. 1. Most importantly, I corrected an inaccuracy regarding which three classes...

The following changes are included in this commit. I realize this is 6.2.x documentation, but this is the only official publication that speaks directly to Service Builder's generated classes and...

**Describe the bug** In the [utils](https://django-simple-history.readthedocs.io/en/latest/utils.html) documentation there is no entry for populate_history. I am proposing we add that. If there is agreement I would like to issue the PR...

**Describe the bug** In the documentation related to this projects signals the following text, "Sent before saving historical record", is printed by the pre_create_historical_record signal. However, this verbiage is wrong....