ghord

Results 4 issues of ghord

It would be nice if it was possible to localize month names in heatmap. From what I can see, they are hardcoded in Heatmap.js

Feature Request
hacktoberfest

Hi, First of all, very good job on the tool. I have one small feature request: ![obraz](https://user-images.githubusercontent.com/10825459/41819002-b8737b24-77b9-11e8-951a-bfa67a26ca21.png) In case like this I would like to change the order to 1-2-4-5...

**Describe the bug** When calling SequentialOrchestration with invalid parameters, GetResultAsync() hangs indefinetly. **To Reproduce** ```c# using Microsoft.SemanticKernel; using Microsoft.SemanticKernel.Agents.Orchestration.Sequential; using Microsoft.SemanticKernel.Agents; using Microsoft.SemanticKernel.Agents.Runtime.InProcess; var builder = Kernel.CreateBuilder(); // intentionally bad...

bug
.NET
agents
multi-agent

Hi, For some time I've been working to enable running roslyn c# lsp using monaco-languageclient on Windows OS. Unfortunately, roslyn lsp does not work without files being physically on disc...