Tony Narlock
Tony Narlock
django silk: 5.0.1 ## Limitation Consider a graphene view at `/api/graphql-endpoint`: Requests to individual queries will show up the same, even though the `request` object would be able to have...
Add URL to project description: https://django-model-utils.readthedocs.io/
Earlier mention: https://github.com/jazzband/django-robots/pull/137#issuecomment-1280049961 - Poetry ([PyPI](https://pypi.org/project/poetry/), [gh](https://github.com/python-poetry/poetry), [docs](https://python-poetry.org/docs/)) - Hatch ([PyPI](https://pypi.org/project/hatch/), [gh](https://github.com/pypa/hatch), [docs](https://hatch.pypa.io/latest/)) - pipenv ([PyPI](https://pypi.org/project/pipenv/), [gh](https://github.com/pypa/pipenv), [docs](https://pipenv.pypa.io/en/latest/)) - pdm ([PyPI](https://pypi.org/project/pdm/), [gh](https://github.com/pdm-project/pdm), [docs](https://pdm.fming.dev/)) - None of the above? General comments...
There are areas that could be covered are infra / devops / even bikesheddy when taken alone - but at scale, very concrete; best practices: - test framework: - pytest...
Hi there! In regards to [gatsby-plugin-local-search](https://www.gatsbyjs.com/plugins/gatsby-plugin-local-search/) and [gatsby-plugin-algolia-search](https://www.gatsbyjs.com/plugins/gatsby-plugin-algolia-search/), their configs all accept graphql queries. That's what (I think) a gatsby user would come to expect. On the other hand, I...
Hi there, thank you for the project! (I want to make sure this information is available / accessible to everyone.) Is there any update on changes / migration (if any)...
 Above: Imports visible in documentation with `.. autoapimodule` directive Related: #262, #317 ## Reproduction https://github.com/vcs-python/libvcs/tree/autoapi-duplicates ### Versions sphinx 5.1.0 sphinx-autoapi 1.9.0 ### Configuration [conf.py](https://github.com/vcs-python/libvcs/blob/autoapi-duplicates/docs/conf.py) ``` extensions = [ "sphinx.ext.napoleon",...
Is `fileUploadToS3` still supported? It seems to not do anything. I'm following the docs, with the backend generation and `fileUploadToS3` prop receiving it in the frontend. It just adds the...
- [x] I have searched the [issues](https://github.com/python-poetry/poetry/issues) of this repo and believe that this is not a duplicate. - [x] I have searched the [documentation](https://python-poetry.org/docs/) and believe that my question...
LGPL is not permissive and it's compatibility usability on python projects (and whether it may trigger the derivative clause) is murky (https://github.com/wardi/urwid/issues/41#issuecomment-30979846). Twisted switched off it because LGPL is ambiguous....