Vince ten Have

Results 4 comments of Vince ten Have

Maybe, if you have control over the server that you're hosting your app from, you maybe can rewrite the headers to always return the missing headers. This was also a...

I think i found the issue. In OutlineSettingsWithLayerMask.cs the OutlineRenderingLayerMask was just returning an uint, without bit-shifting. ``` public uint OutlineRenderingLayerMask { get { if (_filterMode == OutlineFilterMode.UseLayerMask) { return...

That is indeed a better solution. Was looking at it for a bit, but just needed it to be fixed.

Just wanted to say that i also have this issue on Macos 14. Also want to mention that the first windows spawned has keyboard input (MacOS). Subsequent spawned windows don't....