Kazuki Ota
Kazuki Ota
Thank you for your great product!! I love it. :) I found a compatibility issue between pure-express and azure-function-express. In pure-express, the request body is not parsed. It is raw...
- Because `SynchronizationContextScheduler` that is default scheduler for ReactiveProperty always executes action later even if it is run on UI thread. need `ReactivePropertyMauiScheduler` like below: ```csharp using Microsoft.Maui.Dispatching; using System.Reactive.Concurrency;...
- [x] Update csharp lang version to 10.0 - [x] Enable nullable - [ ] Fix all errors and warnings - [ ] Run all unit tests with all green...
On Windows 11, Settings page is crushed with `System.ArgumentNullException`. Because `_settingsService.Latitude` that is null value on Windows is passed to `double.Parse` method on following line: https://github.com/dotnet-architecture/eshop-mobile-client/blob/main/eShopOnContainers/ViewModels/SettingsViewModel.cs#L165
On Windows, all icons are not displayed like below:  Android is fine. 
### Motivation and Context At first, thank you for creating such a great library.. 1. Why is this change required? Jupytor notebook is a great starting point to start learning...
Apply all changes for #402 to the document.
Please let us know which classes and methods are blockers when migrating from ReactiveProperty to R3. For Japanese: It’s okay to write in Japanese.(日本語で書いても大丈夫です。) ## Candidate features - [ ]...
## Description **Describe the bug** When specifying `FunctionChoiceBehavior.None()`, functions should not be called. However, when using `AddAzureOpenAIChatClient`, the function is still invoked. This issue does not occur when using `AddAzureOpenAIChatCompletion`,...