Danny Eisenga
Results
2
issues of
Danny Eisenga
## 📖 Documentation The [documentation](https://gcanti.github.io/io-ts-types/modules/fromNewtype.ts.html) for `fromNewtype` only shows how to use it with an alias for t.string, i.e. a type that doesn't have a custom type predicate. It's entirely...
I was looking at SceneLoader.gd, specifically the `_get_cached_scene` function, and it looks like scenes never get removed from the `_scenes` cache. It looks like the cache just going to grow...
enhancement