Bryan Gillespie

Results 19 comments of Bryan Gillespie

I can't launch [http-server](https://www.npmjs.com/package/http-server) because of this issue. Assuming this never gets fixed, what's the proper way to force npm to use an older version of this dependency for `http-server`?...

This is very true. It's extremely difficult to find a complete working example anywhere. Even the demo page just gives you JSON, when what I really need is the code...

@Anthropic Looks good to me. That would have saved me a lot of time having a complete working example and I'm sure it will help others. @nicklasb That's where I...

I guess the question is... will this proposed change cause undesirable behavior in anyone else's CI pipelines? Hard to know if other people might be assuming and relying on fastcov...

Thanks for the report. PR welcome if you would like this fixed quickly, otherwise I'll get around to it eventually.

It looks like I also have a problem with non-polymorphic code: ```c++ #include // #include #include #include //So we can make serialize private so developers aren't tempted to call it....

I've also confirmed that the break occurs when moving from `nlohmann::json` version `2.0.10` -> `2.1.0`. Version `2.1.0` introduces the `nlohmann::detail` namespace.

Update: I've confirmed it is definitely not a namespace collision. I renamed detail to an arbitrary name and I still see the same problem. Instead, it looks like somehow Cereal...

I was thinking of creating an issue for this, and I think a potentially more generalized solution is: - tileset metadata Basically, it would be nice if you could add...

Yes, I agree an animation previewer would be nice as Tiled's is _very_ lacking (as you said, might need to be a separate issue). And I don't necessarily like the...