Dr. Damir Dobric

Results 24 issues of Dr. Damir Dobric

I would like to mount the volume to the azure file storage. To do this I obviously need to use WithVolumeMountSetting. But the question is how?! Want to do following...

Container Instances
Service Attention
Mgmt
customer-reported
question
needs-team-attention
.NET Fluent SDK

### Motivation and Context ### Description ### Contribution Checklist - [x] The code builds clean without any errors or warnings - [ ] The PR follows SK Contribution Guidelines (https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)...

PR: feedback to address
main

### Motivation and Context 1. Minor documentation changes 2. Added ToString override. ### Description ToString overrides help better debugging when working ith more complex templates and plans. ### Contribution Checklist...

PR: feedback to address
.NET
kernel.core

I have slightly changed the server sample application to continuously send the data to accepted connection. while (true) { await writer.WriteLineAsync(DateTime.Now.ToLongTimeString()); Thread.Sleep(N); } After a while, server simply stops sending...

customer-reported
Relay

### Cycle 0 Mini-Columns > 50 are not activated: ``` [cycle=0000, i=42, cols=:16 s=-1] SDR: 629, 719, 738, 776, 890, 897, 926, 931, 941, 962, 1016, 1031, 1032, 1038, 1062,...

Use SynPermConnected instead.

We should move sample orchestration to core library,

enhancement

In StartServiceHostAsync(...) ``` if (searchPattern.ToLower().EndsWith(".xml")) microServices = LoadServicesFromXml(configFiles, knownTypes); else throw new NotSupportedException("JSON not yet supported!"); **TODO** //instances = `LoadServicesFromJson`(configFiles, knownTypes, out microServices); ```

enhancement

Hi guys, I love your library—great job. However, I have some suggestions about the API you used in the last package. Designing the API like this one is not really...

### This issue is for a: ``` - [ x] bug report -> please search issues before submitting - [ ] feature request - [ ] documentation issue or request...