David Timovski

Results 3 issues of David Timovski

How do I style the `CaretBrush`, `SelectionBrush`, and `SelectionForeground` in XAML? I noticed `SelectionBrush` and `SelectionForeground` are properties of `TextEditor.TextArea` and `CaretBrush` is a property of `TextEditor.TextArea.Caret` but I'm unsure...

I'm on Firefox 65.0.1 (64-bit). Here's a snippet of the first one but some of them throw different errors. ![editor](https://user-images.githubusercontent.com/25406486/53041306-efcc1400-3483-11e9-9507-347795d871b7.jpg)

It seems like Giraffe isn't respecting the `ConfigureHttpJsonOptions` method: ```fsharp services.ConfigureHttpJsonOptions(fun (options) -> options.SerializerOptions.Converters.Add(GuidNFormatConverter()) ) |> ignore ``` And the documentation only points out how to configure custom serialization settings...

question