Peter Law
Peter Law
> In this case, the change did two things > > * added a way to customize python docstrings specifically (not actually a bad move) > * used this, and...
@hediet as you have some of the context from where this issue was raised on https://github.com/microsoft/pylance-release/issues/4429, are you able to provide any insight into how the community can help get...
While Django is now at 4.x, this appears to still be an issue. Updated docs link: https://django-configurations.readthedocs.io/en/stable/cookbook.html#project-templates
@danpalmer did #65 fix this entirely, or is there an outstanding issue here?
@danpalmer were there any particular things you thought that the example visualisation should do? The `example.yaml` contains forks and merges in the graph, as well as both gates and actions,...
@danpalmer since we discovered that `pydot` does indeed depend on having `graphviz` installed, thoughts on letting the render be in JavaScript? https://www.graphdracula.net/ looks fairly reasonable (and appears to allow annotations...
For the case of a single layer, `pins` not present in the `.in` file, but currently being at `0.8.3`: - `--autoresolve` solves the issue (upgrade happens as desired) - `--backtracking`...
> Files in `WHITENOISE_ROOT` exist outside of Django's staticfiles pipeline and so are unaffected by this setting. Ah, I see. I'd not realised that that was the expectation, though that...
https://github.com/PeterJCLaw/django-translations/pull/2 hopes to help with this, pending a response from the maintainer.
> Re: type checking: I admit that I have no idea how to properly pass the type hints through that `__getattr__` call -- we passed the limit of my skills...