David Timovski
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. 
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...