Brian Pepple

Results 25 issues of Brian Pepple

With django-autocomplete-light-3.9.1, I've noticed the widget doesn't receive focus when selected. This necessitates having to use the mouse to get focus, since it can't be done with the keyboard.

Here's a branch that uses more human readable urls. For example: using '/publisher/dc-comics', instead of 'publisher/1' I branched this off the issue-number branch (#53), to make debasing easier due to...

Attempting to import an issue (IDW Ragnarök #10) with an umlaut character gives extremely faulty results. Each of the 12 issue gave a different series, and none of them the...

bug

Attempting to import an issue, and it fails due to sql integrity error. This is a fairly common error due to special issues the big two companies put out (in...

bug

Using the Bulma Calendar widget and notice that it's showing the incorrect date on a form. Below screenshot shows the values it should be: ![Screenshot from 2022-03-05 15-39-13](https://user-images.githubusercontent.com/8381/156899371-67f13d7e-daf7-48c0-bdcc-4cf95cbad9e6.png) When updating...

Updated to django-simple-bulma-2.5.0 and get the following error. ``` (metron) bpepple@frodo ~/git/metron (deps) $ python3 manage.py check Traceback (most recent call last): File "manage.py", line 15, in execute_from_command_line(sys.argv) File "/home/bpepple/.local/share/virtualenvs/metron-UZX73b7p/lib/python3.8/site-packages/django/core/management/__init__.py",...

I noticed StoryArcNumber was added in v2.1, and I'm not quite sure that handles issues with multiple story arcs very well. It might make more sense to make it complextype...

documentation

Looks like Bulma finally released 1.0.0. https://github.com/jgthms/bulma/releases/tag/1.0.0

**Is your feature request related to a problem?** Currently, Metron only supports US published comics, and it would be nice to add support for Manga. **Differences to take into account**...

enhancement