Darragh Duffy

Results 8 comments of Darragh Duffy

I also have an issue with trailing slashes. Some of our path definitions have no trailing slashes and raises errors. Is it possible to remove this? Removing the slash from...

> Is this no longer an issue for you @darduf? 🙂 This is still an issue for us as we use content type application/vnd.api+json. I will try to get a...

Thanks for the offer @sondrelg. I don't currently have the bandwidth to maintain the package, but would be open to contribute to the package as previously done on fixes. >Since...

@sondrelg I have added a PR that reproduces the issue we are seeing 👍

> I could also take a look at this at some point, but would need reproducible code in some form or another Thanks for your reply. I will try to...

I was able to reproduce this locally, however when I push to the PR it fails. Seems it cannot import `rest_framework_json_api` module? Example: `FAILED tests/test_django_framework.py::TeamsAPITests::test_schema_using_assert_response - ModuleNotFoundError: No module named...

@sondrelg I fixed the failing test in relation to the missing `rest_framework_json_api` module. (I updated `.github/workflows/testing.yml` and `.pre-commit-config.yaml`) The latest commit failing in the PR now reproduces the error. I...

@sondrelg Did you get the opportunity to look into this issue, from the reproducing PR?