Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
-
-
-
Forked from tiangolo/fastapi
FastAPI framework, high performance, easy to learn, fast to code, ready for production
Python
-
184 contributions in the last year
Contribution activity
July 2020
Created an issue in ijl/orjson that received 1 comment
Segmentation fault on serializing empty dataclass
OS Ubuntu 20.04 Python 3.8.2 orjson 3.2.1 Example: from dataclasses import dataclass, asdict import orjson @dataclass class A: pass print(asdict(A(…
1
comment