Calvin Jeong
Calvin Jeong
I was experiencing the same issue and it could be solved by forcing the `aiohttp.ClientSession` to use IPv4 like the following: `hangups/http_utils.py`: ```diff @@ -1,4 +1,5 @@ """HTTP request session."""...
Probably I have a very old version of rpi which runs on armv6. See #27 and #40
jsonref https://pypi.org/project/jsonref/ resolves references so that you can have fully expanded schemas.
For another inspiration, have a look at https://www.mapbox.com/blog/3d-terrain-threejs/
I had the same issue. Without knowing this PR, I made the same change as you did to resolve the issue :sunglasses: I think #209 is also referring to this.
jsonref https://pypi.org/project/jsonref/ resolves references so that you can have fully expanded schemas.