Chris Parker
Chris Parker
I would like to add, that this is also happening with a refreshview inside of a grid that contains a collectionview within the refreshview. CollectionView within a grid without a...
Hi @bijington I made this post because the sample is the only way it appears to work. If you setup the lazyview like the documentation Visual Studio gives you the...
I am seeing this issue as well using .NET 7 and Visual Studio 17.7.1 on an iPhone 14 physical device running iOS 16.6. I only have 10 items and it...
I’ve been a Microsoft guy my whole career, but they have really screwed the pooch with Maui. To me it appears Microsoft hasn’t put a large enough dev team behind...
I have access to Azure OpenAI. I will look into this today and provide feedback. I hope I can be of help.
This works for me. HttpRequestMessage request = new() { Method = HttpMethod.Post, RequestUri = new Uri( $"https://{resourceName}.openai.azure.com/openai/deployments/{deploymentName}/completions?api-version=2022-12-01" ), Content = new StringContent( completionMessage.ToString(), Encoding.UTF8, "application/json" ), }; request.Headers.Clear(); request.Headers.Accept.Add( new...
I figured it wouldn't be an easy thing. Thank you for getting back to me.
This is very good news.
In my scenario data could be inserted on a previous page than the one the user is on. Encounters come in consistently, but all queries are -date based. So if...