Ryan King

Results 35 comments of Ryan King

Yeah we should definitely do it, and `fogg init` is probably the right time.

This should probably be automatic, yeah?

@henryou007 yeah this makes sense. We will think about how to make this better.

My original though was to avoid adding a new goal type and invert the logic a bit. Something like– ```python docker_image(name="base-tools") python_tests( name="tests", run_in_container = ":base-tools", ) ```

As the original requestor, this is my rationale for why pants should do this– 1. While go won't run it automatically, nearly every Go build I have seen automates it...

I am happy to help with things that my team needs, but it looks like this project is getting more attention now?

Yeah I think there are potentially two problems here: 1. I somehow, sometimes get a sandbox that is missing some dependencies 2. incorrect results sometimes get in the mypy cache....

Spent some time debugging this with @stuhood in slack DM. A few things I have found– 1. It does not appear to be related to caching. I get the same...

@argilya I ran into the same issue and was able to resolve by adding JSONField to the list of classes I monkeypatched, as described [here](https://github.com/sbdchd/django-types#install).