masonk
masonk
On TS 2.1.4, when I import json-typescript-mapper": "^1.1.1", which depends on reflect-metadata, I get many errors similar to this one: ```(master *%)$ tsc node_modules/reflect-metadata/Reflect.ts(157,21): error TS2384: Overload signatures must all...
I am trying to take a `GenericImageView` and form structures over it which represent tiles. For this purpose, I have a `TileSet` struct that wraps a `GenericImageView` and stores a...
This is a cool project. Thanks for releasing it! I am getting an error in typescript.rs:40. I can trigger this with a very simple main.rs: ``` use serde::{Deserialize, Serialize}; use...
The existing doc comment for GlobalTransform::transform_point is unclear, or, arguably, incorrect. https://github.com/bevyengine/bevy/discussions/8501 also mentions this. Additionally, a user reading the doc for transform_point might be looking for one of the...
I’ve been trying to incorporate WSL2 into my Windows workflow. Your book had the best - and really only - advice on how to do that. I was indeed able...