Tim Tisdall

Results 48 issues of Tim Tisdall

I'm getting `Request firmware failed with error 0xfffffffe` but I'm not sure why. I think that's the error you get when you forget to put the firmware .bin in the...

Note: It seems that if you run with `COMMENTS_HIDE_REMOVED = False` then things work correctly, but the default is `True`. (well, except for #97, but that can be fixed in...

If you have a comment with a reply to it and then use the moderation to "delete" the root one, it seems that both comments are still shown regardless. Was...

bug

I came across some JSON+LD on a site that contained a `&` and I assumed that I accidentally escaped something somewhere. However, I found that that was what was actually...

enhancement

I found that I needed to create a mapping from the timezones returned by pygeoip to the proper ones in pytz so I thought I'd share it here. The keys...

**jquery-confirm version:** v3.3.4 **I'm submitting a ...** (check one with "x") [X] bug report [ ] feature request [ ] support request **Current behavior:** The [docs talk about setting the...

It's a little unclear from documentation, but I think pickadate.js simply uses the timezone of the browser and then submits content without any indication of the timezone of the browser....

I recently upgraded to Django 2.2.4 and using Python 3.6.7. The checks all work correctly when successful, but exceptions from failed ones sent an email. It took quite a while...

pinned

```python from watchman.decorators import check @check def my_check(): raise Exception("test") ``` gives the following traceback (Django 2.2.4, python 3.6.7) : ``` Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/django/core/handlers/exception.py", line 34,...

pinned

It's been a while since I've touched this stuff and I'm having some issues with custom checks. The [docs have one example that seems to give an exception](https://django-watchman.readthedocs.io/en/latest/readme.html?highlight=%40check#custom-checks): ```python from...

pinned