Peter Amrehn

Results 4 issues of Peter Amrehn

In general Gradients from colorA to colorB can have different styles, e.g. gradienting around the color-wheel (clockwise, counter-clockwise), gradienting in a straight line in the color cube or something else....

feature-request
area:drawing

Work in progress to fix issue #36 - starting with a failing unit test. The test reproduces the described issue (I hope) and fails as expected, yet by throwing the...

the May type from the Strilang.Value package has two overloads for the Match() function. 1. `May.Match(Func valueProjection, Func alternativeFunc)` 1. `May.Match(Func valueProjection, TOut alternativeValue)` The first variant must not be...

We use the extension for some use cases and I like it. A small issue often people in our team struggle with is the **workflow on an AddNewRelationAction**. As an...