Results 13 comments of declaresub

[abnf](https://github.com/declaresub/abnf) now supports backtracking, and includes an RFC 9116 grammar.

I encountered this same problem. In my case, the problem was using a single recurly.Client instance for multiple connections. Probably the recurly requests were stomping on each other. Using a...

I expect that this is possible. Probably I should take a crack at adding such functionality as an option to see whether it makes sense.

This is implemented in commit 8923bbde457142fe2640fe4e405686e0babf75fa .

I might be willing to help with this, as a prelude to adding type hints. I was able to get to 64 passed, 2 skipped, 7 warnings by disabling one...

Which versions of django do you want to support? There is at least one change in 4.0 that broke your tests. This [handy resource](https://endoflife.date/django) suggests that you would want to...

I wrote and use an async plaid library in python, fully typed, using pydantic models. Unfortunately, it turns out that the plaid api doesn't always follow its own openapi spec,...

I have reported the issue I found as you suggested. My library is not on GitHub. I've considered making it available. Once it is working for me, it is of...