Pandacoder

Results 20 comments of Pandacoder

I will concede that making this change breaks any code reliant on the last-minute mutation of the response, _but_... The currently implemented behavior: - does not match that of the...

Several of you commented on different ways to check if a domain uses the CloudFlare proxy, but to my understanding of a site was using the CloudFlare proxy at any...

`GraphicsCapabilities` and `GraphicsCapabilities.MaxMultiSampleCount` are internal so it would require some code changes to expose this. It also has to create a temporary window no matter what, because GL can't query...

Excubo.Blazor.Canvas (as of 3.2.16) unfortunately does not have WebGL 1/2 support implemented for anyone else wondering.

I am also seeing this, but based on the code that gets compiled when `__CONSTRAINED__` is specified I do not understand _how_ it can be so much slower. Running the...

@theceltos Can you provide a common use case where it is valuable per frame? Each frame should already be aligned where it is supposed to be relative to the previous...

I think the fireball example is a decent idea, but I also think it goes far beyond the effort most people would be putting in. There is also no space...

https://discord.com/channels/363106200243535872/965617981159788614/1176301978012360795 Implementation detail instructions for whoever fixes this

This requires significant refactoring in MonoGame or a complete re-implementation of the sound system, seems minor, unfortunately is not (I would have fixed it by now otherwise since I'm personally...

This is effectively both a bug and a feature request.