mike lorengo

Results 11 comments of mike lorengo

What's the likelihood of updating this to .Net Standard 2.0. I've updated this so I can start using it in .Net Core Azure Functions.

Which method for deployment are you using for building your site? I'm using the GitHub Actions method (1) and it seems to be working for me.

Oops! I just noticed this after submitting Pull Request #2512 I basically added support for Ollama via it's OpenAI compatible API. It's a short-term fix IMO, the current architecture is...

@LittleLittleCloud, I think modifying the PR to support an OpenAIClientAgent is the best route for Ollama. The Mistral client is used for consuming the Mistral model. Ollama is a local...

I would agree, I'll take another look at your comments above, maybe I misunderstood, but easy to do given the medium of interaction. I tried to follow the pattern set...

@microsoft-github-policy-service agree

Is this fixed in .NET 8 preview 5? I need this functionality in Windows, but before I go through the process up installing I'd like to make sure.

@ckrutsinger do you have a simple example that demonstrates this? The CommunityToolkit.Samples application works for me, but I'm not sure if that's what you are trying to do. ``` void...

Yep. I was able to duplicate it. I took a look and @ckrutsinger is correct. The handler code is only using the center to set the region. I modified the...

I'm going to test a couple of map projects I have with the new code.