maltzj
maltzj
I'm encountering issues when attempting to make database queries with time frozen. I'm using django, so the repro steps are: **models.py** ``` from django.db import models # Create your models...
> If I have a comment like this And I follow it with some text here. Then the line break between the careted text and the non-careted text will not...
The `CommentsAdapter` class probably shouldn't be living in the `CommentsActivity`, especially as the latter handles more responsibility. It will be a little bit of a hassle because of the interactions...
This is probably a pretty extreme edge case, but when the page can be downloaded but not parsed just "Loading" is shown. This should probably be something more descriptive.
I'm impatient, so sometimes I'll start loading one set of comments and then go back and start loading another set. However, this sometimes results in the comments from the initial...
Issue with the NPE that I introduced made me realize that a set of automated tests to run simple flows through the app would be a good idea and hopefully...