Charlie DeTar
Charlie DeTar
The supported syntax of the `.env` file needs to be better specified (possibly as part of #88, but this may be a bigger issue than just that ticket). Reading the...
Despite the name, this project really doesn't have anything in it that depends on Django other than the `context_processors` and tests. This library _could_ be just as useful with other...
It appears that the action is not honoring "--exclude" flags in the `FLAGS` value. Neither the default `--exclude=".*"`, nor custom patterns defined with `--exclude` in a `FLAGS` override are excluding...
This project is not published to pypi, yet README and convention indicate installation with "pip install django-bootstrap-wysiwyg".
The bottom row of notes seems to have issues with dragging and dropping.
Reported from uservoice: "On my Nook running Android I tried to delete a note in a dotstorm, dropping it on the trash-can multiple times, but it did not get deleted....
There's currently no concept of "individual ownership", and no global concept of a "creator" of a thing. As a result, the dashboard doesn't list things that are created by signed-in...
Notes are easily to accidentally drag on mobile, causing unintended reordering or grouping. Probably due to overloading the drag gesture and scroll gesture.
Currently, invalid geometries entered into a textarea result in a TemplateSyntaxError. Really, they should result in a ValidationError, so the corresponding field is marked as erroneous with a proper error...