Ladislav Šeps

Results 3 issues of Ladislav Šeps

I was searching for a way to use my own custom types to be parsed from arguments. For extended set of "primitive" types, Commandlineparser already uses System.ComponentModel based type conversion....

awaiting response
needs-tests

**Information** - OS: Windows - Version: 0.48.0 - Terminal: Windows Terminal **Describe the bug** `AnsiConsole.Write(string value)` is calling `AnsiConsole.Write(String format, Object[] args)` this have some unexpected and undocumented behaviour: -...

bug
needs triage

Why is this here? https://github.com/hanabi1224/Programming-Language-Benchmarks/blob/1a0aea4c2917e37aea6a40c58bc6481f6ed52fdc/bench/algorithm/mandelbrot/2.cs#L52 Rest of the code assumes 256bit (4 doubles) vectors and So this is equivalent of just calling ```C# var ci = new Vector(civ); ``` Just...