Luca Spolidoro [MSFT]

Results 10 issues of Luca Spolidoro [MSFT]

Hi, I see that in some examples (https://beta.openai.com/examples/default-sql-translate) the davinci-codex is set as an engine, but I can't set it with this SDK. is there any workaround for this?

please support the new annotation for count accuracy as described in [ODATA-1516](https://issues.oasis-open.org/browse/ODATA-1516?jql=project%20%3D%20ODATA) ### Assemblies affected all, it's a new implementation request.

feature

I have trouble opening many markdown files because the encoding doesn't match. Please change this line: https://github.com/jerryjliu/gpt_index/blob/9e8af36ea51a9df62f721d81aa97242eeae96749/gpt_index/readers/file/markdown_parser.py#L92 to: `with open(filepath, "r", encoding="utf-8") as f:`

Example: `IPublicClientApplication.GetAccountsAsync` should return an `IAsyncEnumerable` instead of a `Task` This way I can easily await foreach the collection to remove all the accounts during a logout operation.

blocked
Feature Request
P3

### Overview To implement an IncrementalLoadingCollection, you need: 1. [IIncrementalSource](https://github.com/CommunityToolkit/dotnet/blob/main/src/CommunityToolkit.Common/IncrementalLoadingCollection/IIncrementalSource.cs) from the dotnet repo, `CommunityToolkit.Common` namespace 2. [IncrementalLoadingCollection](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/main/Microsoft.Toolkit.Uwp/IncrementalLoadingCollection/IncrementalLoadingCollection.cs) from the WindowsCommunityToolkit repo, `Microsoft.Toolkit.Uwp` namespace. The API design is quite dated...

enhancement
feature request :mailbox_with_mail:
components::collections

in [Graph OpenAPI.yaml](https://raw.githubusercontent.com/microsoftgraph/msgraph-metadata/master/openapi/beta/openapi.yaml) I found these items containing "deprecated" in the description, but without deprecated property set: **Entities:** microsoft.graph.windowsPackageInformation **Operations:** agreements.GetFiles agreements.ListFiles communications.ListOnlineMeetings identityGovernance.termsOfUse.agreements.GetFiles identityGovernance.termsOfUse.agreements.ListFiles me.ListOnlineMeetings schemaExtensions.schemaExtension.ListSchemaExtension users.ListOnlineMeetings **Properties:** microsoft.graph.agreement,files...

Type: Bug
metadata-issue
priority:p2
Service Bug

### Context / Scenario [TextChunker](https://github.com/microsoft/kernel-memory/blob/main/service/Core/DataFormats/Text/TextChunker.cs) doesn't have any code to properly handle Markdown Tables. In fact, when searching using Memory a markdown file with tables, I often find unusable truncated...

feature request

When listing all items, it's much more efficient to query the maximum Microsoft Graph PageSize, 999 items (`$top` parameter), instead of the default 20. The `-All` queries could be up...

type:feature

The current PageIterator implementation requires the caller to have a callback function to process the individual items in the list, and it's impossible to use the modern IAsyncEnumerable pattern. Please...

I'm working with multiline CSV (pipe separated). Is there a way to set dynamic CSV to set the `double quote escape` policy by default in settings.json?