jerry2007

Results 10 comments of jerry2007
trafficstars

What about this feature? is it planned?

@EliotJones Hello, I would like to ask you, what has to be done to support editing PDF and adding in PDFPig? I would like to contribute to done this features...

@Poltuu Really? I found this file... https://github.com/UglyToad/PdfPig/blob/d959a30bf0a8a4e9b85d7b2e4f1c97133401657c/src/UglyToad.PdfPig/Writer/PdfAStandard.cs PDF/A-3 is missing by 2 and 1 is there...

Hello, what about this PR. I would like to use this... @rose-a ????

It's not just windows platform.... 👎

> @EmilAlipiev Unfortunately, Microsoft has dropped support for watchOS. There's not enough of us to warrant the amount of work they'd need to keep up with the latest changes. If...

` _history.AddUserMessage(question); OpenAIPromptExecutionSettings openAIPromptExecutionSettings = new() { ToolCallBehavior = ToolCallBehavior.AutoInvokeKernelFunctions, Temperature = 0.2 }; var answer = ""; await foreach (var result in _chatCompletionService.GetStreamingChatMessageContentsAsync( _history, executionSettings: openAIPromptExecutionSettings, kernel: _kernel, CancellationToken.None))...

I found out that downgrade nuget Azure.AI.OpneAI to version 1.0.0-beta.15 in semnatic kernel project Connectors.OpenAI works correctly. https://github.com/Azure/azure-sdk-for-net/issues/44174