Kenneth Pouncey

Results 9 issues of Kenneth Pouncey

Prompted from forum post [forum post](https://forums.xamarin.com/discussion/comment/167028/#Comment_167028) with example code Some of the code I'm using: CocosSharpView : gameView = new CocosSharpView() { BackgroundColor = Color.Transparent, DesignResolution = new Size(1024, 768),...

bug
Android
Xamarin Forms

This has never worked on iOS or Mac because of missing functionality from the MonoGame side of things. If the functionality is there then it is not working correctly nor...

bug
iOS
XamMac
Windows
Regression

From [discussion Dynamic lighting using normal maps?](http://forums.xamarin.com/discussion/32942/dynamic-lighting-using-normal-maps) https://www.codeandweb.com/spriteilluminator

Feature Request

The following error is encountered when trying to build [CreateHandlerDemo](https://github.com/dotnet/maui-samples/tree/main/6.0/UserInterface/Handlers/CreateHandlerDemo) ``` maui/maui-samples/6.0/UserInterface/Handlers/CreateHandlerDemo/VideoDemos/Controls/Video.cs(9,9): Error CS0246: The type or namespace name 'IDispatcherTimer' could not be found (are you missing a using directive...

Add separate test dependencies file `test_deps.ts` Update tests to use the `test_deps.ts` file Add visual studio deno extension parameters for running tests. - Specifically to add the `--unstable` parameter when...

Fix: ``` error: TS2339 [ERROR]: Property 'getIterator' does not exist on type 'ReadableStream'. return res.readable.getIterator(); ``` Update the std dependencies to the latest std 0.117.0 - update other dependencies to...

Fix live rebuild problem. Do not know if this something new or not introduced with the update to recent deno version. When updating any file the build was kicked off...

Being hardcoded at always `8080` caused port already in use exceptions.