Results 3 comments of 0xTiger

Hey @matcool is there anything I can do further to get this reviewed & merged? Thanks :)

What version of Minecraft was the world you're trying to parse generated in? I assume this is the same issue as #31

> Does the function actually run 10 times? Yes, you can try it for yourself: ```python import asyncio from contextlib import asynccontextmanager from fastapi import FastAPI from fastapi_cache import FastAPICache...