Marco Minerva
Marco Minerva
Hi! The WPF progress status page at https://github.com/mohachouch/forms-wpf-progress/blob/master/Status.md hasn't been updated since July. Any change to align it with the current status of Xamarin.Forms' WPF progress?
By default, on iOS ListView item separator aren't stretched on the full width of the control. If possible, it would be better to have it full width :-)
In ASP.NET Core, if we use something like `[Authorize(Roles = ... )]` (or equivalent), then the requirements that have been associated with the default authorization policy aren't enforced, for example:...
Dapper does not natively support `TimeSpan`, so it is necessary to create a **Type Handler** that automatically converts this data type to ticks and viceversa.
It is necessary to support the new properties `logprobs` options, as described at https://platform.openai.com/docs/api-reference/chat#chat-create-logprobs.
Are you plan to update Xamarin bindings to the latest version of TensorFlow library?
## Motivation and Context (Why the change? What's the scenario?) See https://github.com/microsoft/kernel-memory/issues/334. This PR replaces https://github.com/microsoft/kernel-memory/pull/444 so that it excludes unnecessary changes.
## Motivation and Context (Why the change? What's the scenario?) See https://github.com/microsoft/kernel-memory/pull/441. This PR adds batching upsert support to Qdrant Memory ## High level description (Approach, Design) Now the [QdrantMemory.cs](https://github.com/microsoft/kernel-memory/blob/main/extensions/Qdrant/Qdrant/QdrantMemory.cs)...
## Motivation and Context (Why the change? What's the scenario?) See https://github.com/microsoft/kernel-memory/issues/432.