Jared Goodwin

Results 12 comments of Jared Goodwin

Bump. I find it bizarre that this was removed.

Similarly, it's removing `readonly` on properties.

> This looks promising, thanks! Happy to contribute! This is an awesome project. Thanks for all your work on it. > An easier zoom for mobile devices is something that...

> @bitbound are you interested in continuing working on this? I'm sorry. I forgot to update this PR. I took my project in another direction (WebRTC) and won't be using...

@samhed I've been testing noVNC in one of my prototype projects ([ControlR](https://github.com/bitbound/ControlR)) by replacing the WebRTC-based remote control with VNC. I don't think I have it in me to fully...

@samhed I haven't started implementing it yet. I just threw the button there as a visual aid. Since you're okay with the idea, I might work on it when I...

Building on previous suggestions, and after looking at the source for [W2DGraphicsService](https://github.com/dotnet/maui/blob/main/src/Graphics/src/Graphics.Win2D/W2DGraphicsService.cs#L13), this is what I came up with, and it's working for me. You'd think that the getter on...

Here's a caveman solution, for my fellow Neanderthals. Base64-encode the image. Here's a handy tool for it: https://github.com/veler/DevToys Create a file like `images.ts`/`images.js`: ``` // TODO: Figure out how to...

I'm encountering a similar issue, but it's doesn't matter whether I'm using a publishing profile. One of my projects (ControlR.Streamer) will build/publish all the referenced projects in Debug, even when...

> IMO this is a duplicate of [dotnet/sdk#16792 (comment)](https://github.com/dotnet/sdk/issues/16792#issuecomment-1381937248) over at the SDK. Publish Profiles are not fully supported by the CLI in the same way they are inside VS,...