AnswerDotAI / AnswerDotAI/ghapi
use of fast core types prevents basic operations like json.dumps on a response
Open
- Dominant language
- Python
- Stars
- 685
- Forks
- 70
- Avg merge
- 1m
- Merged PRs (30d)
- 2
Description
afaics the use of fast core types like L prevents basic operations like serializing the response from ghapi.
```
>>> json.dumps(o)
*** TypeError: Object of type L is not JSON serializable
```
Contributor guide
Assessment
This issue has not been assessed yet.