Kazuki Ota

Results 11 issues of 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;...

enhancement

- [x] Update csharp lang version to 10.0 - [x] Enable nullable - [ ] Fix all errors and warnings - [ ] Run all unit tests with all green...

enhancement
help wanted

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: ![image](https://user-images.githubusercontent.com/79868/189037770-7a280172-8ae0-4a17-a01f-610a046ae0e3.png) Android is fine. ![image](https://user-images.githubusercontent.com/79868/189037867-23ea4da2-eab7-4406-b6ec-d9b455c4f4ea.png)

### 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...

.NET
samples

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 - [ ]...

enhancement

## 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`,...

bug
.NET
ai connector