Mihai Codoban

Results 14 issues of Mihai Codoban

Current problems: - [x] initially the graph is printed upside-down ... After the first zoom or pan action, it immediately snaps to normal. May be a bug in the graph...

- [ ] order children left to right by start time, to understand the calling order - [ ] Double clicking on a project node in the graph navigates and...

See https://github.com/KirillOsenkov/MSBuildStructuredLog/pull/294/commits/90c6f9c5acffc46ee9b33bd56a8780a5a4cabd36

As far as I can tell the only way to have multiple lines of text in a node is by adding `` tags: ``` graph TD B[Line 1Line 2] ```...

I'd like to include mermaid graphs in text heavy environments which don't always embed images / attachments well (markdown, wikis, emails, chat, etc). One option is to have the live...

Given an options class with an option of type string: ```c# class Options { [Option('c', "command", HelpText = "command")] public string Command { get; set; } } class Program {...

bug

Given the following snippet where `ParserSettings.IgnoreUnknownArguments = false`: ```c# using System; using CommandLine; namespace Cmd { class Program { static void Main(string[] args) { var parser = new Parser(with =>...

bug

Is there anyway I can express `myapp -o a/b/c -o d/e/f -o g/h/i`? Ideally it could be expressed like: ```c# [Option('o', MultipleInstance = true)] IEnumerable OutputPaths {get; set;} ```

Different upstream tools have different language configuration requirements: - dotnet CLI sets `DOTNET_CLI_UI_LANGUAGE` and `VSLANG` (https://github.com/Microsoft/msbuild/issues/1596#issuecomment-409362785 https://github.com/dotnet/cli/issues/9722#issuecomment-409358296) - Visual Studio has a [fallback mechanism guideline](https://microsoft.sharepoint.com/teams/DD_Tenets/World%20Ready/Localizability/SitePages/Language%20Pack%20-%20Extended%20Guidance.aspx). In order: - `VSLANG` environmnent...

Localization

- [x ] I am on the [latest](https://github.com/zeit/hyper/releases/latest) Hyper.app version - [x ] I have searched the [issues](https://github.com/zeit/hyper/issues) of this repo and believe that this is not a duplicate -...