Grace
Grace
It seems like some recent gem updates have been causing errors between jekyll and mercenary versions. I'm not exactly sure what the problem is, but found these issues: [1](https://github.com/jekyll/jekyll/issues/3085) and...
Even after logging in, the docker push command tries to get authentication details interactively. Passing the details as a heredoc fails with a docker error about invalid ioctl. I believe...
[This line](https://github.com/chrisglass/django_polymorphic/blob/master/polymorphic/polymorphic_model.py#L172) overwrites the parent model class reverse related field object descriptor with a property function (at model instantiation), which breaks references to the field and its attributes for other...