Tobias
Tobias
Hey @IchHabRecht, thanks for the quick reply. I edited the issue. Let me know if you need more information.
Hey @IchHabRecht, I created a sitepackage extension for reproducing this bug. https://github.com/kosimas/content_defender_bug_sitepackage I have added some information and instructions to the readme file https://github.com/kosimas/content_defender_bug_sitepackage/blob/master/README.md I hope this will help to...
https://github.com/IchHabRecht/content_defender/pull/75 This can be considered as related.
I cloned the repository and created a unit test method for this case in the ISystemOperationsTests class. ```csharp [Fact] public async Task MonitorEventsFiltered_Container_StartStop() { var createContainerResponse = await _dockerClient.Containers.CreateContainerAsync( new...
> I've encountered the same issue. I guess it's caused by the JSON deserializer's internal buffering. It works fine with the following workaround: > > ```cs > async Task MonitorEventsAsync(IDockerClient...
I stumbled upon this comment https://github.com/dotnet/Docker.DotNet/issues/653#issuecomment-1744948138 This is an important information for this issue I think.
Your right! Be careful when renaming variables with the vs2022 shortcut :)
@MrCSharp22 I'm currently working on a solution in my fork. You can find a working example here https://github.com/kosimas/LLamaSharp/blob/master/LLama.Examples/Examples/SemanticKernelFunctionCalling.cs For the example you have to use this model https://huggingface.co/Trelis/Llama-2-7b-chat-hf-function-calling-v3 The implementation...
# Compatibility Report ## System Information - CPU: 13th Gen Intel(R) Core(TM) i9-13900K - GPU: AMD Radeon RX 7900 XTX - Video driver version: Mesa 25.1.3-arch1.3 - Kernel version: 6.15.2-arch1-1...