Tim Miller

Results 246 comments of Tim Miller

Verifying it between net7.0 and net8.0, I believe https://github.com/dotnet/maui/pull/17230 did fix this. It was for a different issue with styles, but it's the exact underlying cause with this one: The...

This is used for XAML Hot Reload for WinUI; it's a part of the injection mode for getting our assemblies added to a users project after it's setup and started....

@chabiss Did your changes for the Bootstrapper address this issue?

Most likely, your issue here is related to either Visual Studio tooling or the .NET Android tooling, possibly both. Moving the issue to VSFeedback should help get your issue addressed.

With the breaking changes in the library, the underlying binding would likely not work with the newest commits. The code should still compile, though, and the library loader code is...

You need to have the required workloads to build it. The guard for Linux is there because those .NET Workloads don't exist on Linux, so it couldn't build there. So,...

I agree, I can see this being a problem in the future for anyone trying to build from source (Not everyone has those workload projects, and the error for this...

> As it was briefly discussed [here](https://github.com/nomic-ai/gpt4all/pull/650#issuecomment-1558072508), we were thinking of shipping the NuGet package with pre-build binaries packed in (like for example the python bindings). I see those bits...

To be honest, I rather not make these changes. It's out of the scope of what I'm doing here, and it should be a separate issue that's self-contained. IMO there...

@imaami Fair enough, I have deleted the Mac script. Now it's back to the way it was.