William Bohrmann

Results 11 comments of William Bohrmann

This is not working for me either.

Not able to run `dotnet-format --include` or `dotnet-format --files` with a list of files separated by spaces. Will not format listed files.

able to reproduce this myself

@PureWeen toolbar items are visible on content page on iOS. However this isn't a great for our iOS app due to https://github.com/dotnet/maui/issues/20703

Thanks for the workarounds. I am able to repro with .NET 7 on Pixel 4 device running Android 13. Keeping controls inside a `StackLayout` and changing the layout orientation when...

I am running into an issue where the gesture recognizer attached to a Border within a Popup isn't being hit upon a tap/click. This is also on iOS. Here is...

Our MAUI Windows app will not reap the performance gains of [loading data incrementally](https://learn.microsoft.com/en-us/dotnet/maui/user-interface/controls/collectionview/populate-data?view=net-maui-8.0#load-data-incrementally) because we cannot allow this type of scrolling experience. Until this is fixed, we will unfortunately...

There is a property `ItemsUpdatingScrollMode` which specifies scrolling behavior upon updating items. On Windows, this defaults to `KeepItemsInView` while all the other platforms default to `KeepScrollOffset`. `KeepItemsInView` resets the scroll...

Would it be helpful to add a `[BsonRepresentation(BsonType.ObjectId)]` attribute to the [Id](https://github.com/microsoft/semantic-kernel/blob/13a4b4e92cfb664df116f494aac97e7e3badfb49/dotnet/src/Connectors/Connectors.Memory.MongoDB/MongoDBMemoryEntry.cs#L19) property? Only asking this because when I attempt a [semantic search](https://learn.microsoft.com/en-us/dotnet/api/microsoft.semantickernel.memory.isemantictextmemory.searchasync?view=semantic-kernel-dotnet#microsoft-semantickernel-memory-isemantictextmemory-searchasync(system-string-system-string-system-int32-system-double-system-boolean-microsoft-semantickernel-kernel-system-threading-cancellationtoken)) against MongoDB, I am getting `An error...