Results 13 comments of Kevin Mickey

I experienced this too. The issue occurs regardless of whether Hearthstone is open or not. It actually is pretty disruptive to playing Hearthstone, and other applications such as skype are...

One thing to add is that this issue does not seem to occur when plugged in via ethernet cable, only on Wifi.

Try making the field `disabled` -- see #9. I'm not sure how this interacts with `editable=False` though -- let me know if it works for you.

What versions of Python, Django, and django-prettyjson are you using? What combination of disabled, editable, and readonly did you try?

I can certainly understand the desire for alphabetically sorting keys. Perhaps as an option, in case the JSON is very large or other reasons you may not want to sort,...

Yes, you got it -- we are on the same page. For your step 3, there are several options, but I think your proposal (minimizing and hardcoding in, as we...

There are multiple ways of writing a table in django. How are you currently writing your table? Check out the existing widget as described in the README -- it may...

Thanks for the suggestion -- I was recommended `standardjson` years ago, but I would definitely prefer having one less dependency, so I'll take a look. See https://github.com/audreyr/standardjson/issues/3

Thanks for the report! 1. Are you trying to store the array `["HH"]` or the string `"[\"HH\"]"`? 2. I can't replicate the specific behavior you're describing. In the admin interface,...

Unable to replicate, but if anyone is able to, let me know what conditions are required for this to happen.