Chris May
Chris May
Great points! And, yeah, the implementation wasn't worth putting into anyone's hall of fame. :) I was thinking it would be enough to get the conversation going. Maybe I should...
Huh. I apparently hit the close button on my last comment.
Hey, @hynek! I was thinking about what would be best for a `generate_dict` method to return, and I wanted to get your thoughts. If we take one of the test...
Would it be as "simple" as changing "old" to "python2", "new" to "python3", and adding "python3.6"? Or could it be re-worded to be more explicit with the strategy names: "old"...
I could really use some help.
Hey @Hazhzeng! Thank you so much for taking time to look into this. The pipeline was using 3.7, but I just changed it, and got the same error.
One option for [replacing `return 'routine'`](https://github.com/calebsmith/django-template-debug/blob/master/template_debug/utils.py#L66) I am testing out is `return repr(value)` instead. This seems to at least give some context to what the attribute is. It seems to...
I like the idea of having some introspection, for sure! I'm not yet familiar enough with the django ecosystem to be able to contribute a ton there. In the interim,...
Roger that. I’ll look into it tomorrow. Thanks for your time! > On Sep 17, 2021, at 6:24 PM, Tzu-ping Chung ***@***.***> wrote: > > > You’ll need to...
I'm sorry, @hynek. I've been excited to do this, but things keep getting in the way. I feel bad for having an open issue for all this time.