Robert Rollins

Results 28 issues of Robert Rollins

Much like #304, I am also experiencing issues because of the not-quite-true nature of that line from the docs that carltongibson quoted. > On other platforms, calling init() has no...

requires-thought

As mentioned in #89, I managed to replicate this issue in a very simply repo. In a fresh `git init`'d folder, add and commit these two files: .bumpversion.cfg: ``` [bumpversion]...

defect

This is far form the cleanest PR I've ever written, but it does what I need it to do to make Suit 1.x work in my old site that I've...

The last release, 0.9.1, was well over 2 years ago, and it doesn't include many fixes and improvements that have been merged into `master` since then. Many of us would...

I just discovered that something about my setup appears to be clearing the `XDEBUG_SESSION=netbeans-xdebug` cookie from my requests before it gets far enough to be read by Xdebug (I'm attempting...

**What is the current behavior?** Pasting the block of text from this word doc removes the superscript and subscript formatting, while preserving the bold and italics. [draftail-test.docx](https://github.com/springload/draftail/files/3239042/draftail-test.docx) **If the current...

bug

I randomly started getting an alert on every Page edit form a few days ago, and was totally baffled as to where it was coming from. It said "Something broke:...

I can't be sure if this is a bug in the Drupal OpenLayers module, or in OpenLayers itself, but on iOS 8 on both my iPhone and iPad, pinch-zooming causes...

https://adamj.eu/tech/2020/07/23/how-to-make-always-installed-django-database-instrumentation/ I just read that article, and it immediately made me think of queryinspect. Using Django DB Instrumentation system seems like it would dramatically simplify queryinspect's code.

I adore django-queryinspect, but it can't be used in things like management commands or other non-request contexts (e.g. celery tasks), since it's a middleware. So I implemented the same functionality...