Jon Potter

Results 3 issues of Jon Potter

We discussed this previously in https://github.com/django-polymorphic/django-polymorphic-tree/pull/48 but it looks like nothing was ever done. Now the current release of Grappelli is incompatible with this package's `nodetree_grappelli.css`. It needs to use...

Given a file containing: `one [t]wo three` (with the square brackets representing the cursor position) if you press `de` it deletes to the end of the word but the cursor...

Numbers usually act as word boundaries, but not always (which I believe is a bug). Here are inconsistent test cases: ```go strcase.ToSnake("1A2") // 1a_2 strcase.ToSnake("A1B") // a_1_b ```