Matt Parker

Results 21 comments of Matt Parker

@RicoSuter is this something that can be merged? :)

@MihailsKuzmins this blows up with the latest package (8.6.0), and is not mentioned in the README. ``` Unhandled exception rendering component: Unable to resolve service for type 'Microsoft.Extensions.Caching.Memory.IMemoryCache' while attempting...

> Which Godot version are you using? The shader precompilation tricks are no longer in place in the `master` branch of this demo, since they were obsoleted in 4.4.dev by...

I don't think there was an error, but I'll try again when I get a chance.

for anyone else running into this issue, here is a solution, without requiring modifying mudblazor styles: ```razor ```

This appears to work with int[,] and double[,], at least with Postgres, but not enums, e.g. MyEnum[,]. Given that enums are just integers, is there an easy way to support...

Using PresentMon, in windowed or fullscreen mode ![Image](https://github.com/user-attachments/assets/289ce9a3-9ec8-483a-b86b-a9151ca1b864) In exclusive fullscreen mode: ![Image](https://github.com/user-attachments/assets/d917aafe-0adb-4a1b-891e-05064b192c34) Note the halved latency in exclusive fullscreen. Ideally, the render mode we would get when using windowed...

https://github.com/Azure/LogicAppsUX/issues/8425#issuecomment-3430365720 This comment was the issue for me. It is not intuitive that moving the logic app folder will break this :)