Michael Wild

Results 5 issues of Michael Wild

I am using powerline-shell in [Cygwin](https://cygwin.com) with the [mintty](https://mintty.github.io/) terminal emulator. The problem is that none of the [patched fonts](https://github.com/powerline/fonts) contains all of the symbols used by powerline-shell. Mintty seems...

The following triggers SA1513 ```cs var b = new Random().Next(); throw b switch { 10 => new InvalidOperationException("I don't like tens"), _ => new InvalidOperationException("I don't like other numbers either"),...

### Description Using `UpdateElementStyle()` to set the `$borderColor` of an element in a `C4Context` diagram has no effect. ### Steps to reproduce 1. Create a `C4Context` diagram 2. Add an...

Type: Bug / Error
Status: Triage

**Describe the bug** When using `mmdc` to convert a `C4Context` diagram, the layout configuration value `$c4ShapeInRow` has no effect. **To Reproduce** Steps to reproduce the behavior: 1. Create a `*.mmd`...

A simple (unscientific) timing: I downloaded the 10 first German books with `-j 1` and `-j 4`: Single-threaded: 7m48s Four threads: 2m41s This is a factor of 2.9 faster.