Tim Santor
Tim Santor
I am using the Node package `iohook` which leverages `libuiohook`. The original issue was [here](https://github.com/WilixLead/iohook/issues/37) for context. However, now that I can run iohook on the UDOO Quad ARM computer...
When using `S3ManifestStaticStorage`, even with `manifest_strict = False`, I continue to get `ValueError: Missing staticfiles manifest entry for ''`. From what I've read, setting `manifest_strict` to `False` should ignore these...
Great package, but when you `pip install drf-api-logger` and then `pip list` packages installed, it identifies itself as `drf_api_logger` when it really should be `drf-api-logger` which was just installed.
When autofilling a credit card form with Safari, the selected values that display to the user in the "faked" dropdown `span class="customSelect"` are not accurate. If I click on the...
Added trix to admin using instructions provided. Accessing the admin form with the trix field throws the following: `TypeError: render() got an unexpected keyword argument 'renderer'` - Django 2.2 -...