juanique
juanique
While this would be an amazing feature... is there a good way to detect this in coffeescript?. If the sample code was from a website, `bar` could be defined by...
Is there a workaround for this? for anything that depends on protocol buffers or grpc I'm getting: ``` greeter_client_mypy.runfiles is not a valid Python package name ``` See [build output](https://app.buildbuddy.io/invocation/7fb56ce0-ae1a-4994-89fa-1333509be422#).
When I use mypy version `0.971`, all my `mypy_test` targets start failing with: ``` /workdir/bazel-output-base/sandbox/processwrapper-sandbox/119/execroot/repo/bazel-out/k8-fastbuild/path/to/target_mypy.runfiles is in the MYPYPATH. Please remove it. ``` See example invocation: https://app.buildbuddy.io/invocation/82dd2ab8-d1de-4cf5-a1ca-7cd350927bf7. I'm currently using...
Is there a workaround for this? this prevents me from using `mypy` build-time aspect checks because it breaks as soon as I introduce a protobuf + python target with this...
What output do you get from that? I just get the same text as the colored output without color. Which is meaningless because there are no `+` or `-` or...
This happens even if the files with the permission issues are gitignored.
Hi @FrankBie, You should extend tastytools.resources.ModelResource ( https://github.com/juanique/django-tastytools/blob/master/tastytools/resources.py) . It includes the `resource_uri` field definition with help text. It also provides necessary methods used to improve the automatic html documentation....