Tyson Williams
Tyson Williams
I always find it a bit jarring when "tuple" is used to mean a tuple of a specific size like a pair or triple. Another source of confusion is the...
Under a particular set of circumstances involving Material Design in XAML, clicking the header of a `DataGrid` causes WPF to log nine warnings to `PresentationTraceSources.DataBindingSource`. As far as I can...
In the CheckStyle window, there is a button with hovertext that says > Check All Modified Files When this button is clicked, the files it considers include - edited and...
(A similar issue for Elmish.WFP is https://github.com/elmish/Elmish.WPF/issues/105.) ## 1. Use strong types to communicate all log event data Also known as [structured logging](https://github.com/serilog/serilog/wiki/Structured-Data). Elmish has two logging levels with corresponding...
Can a new version be released in order to address this security vulnerability? ``` Dependabot cannot update set-value to a non-vulnerable version The latest possible version that can be installed...
In [this post](https://tysonwilliams.coding.blog/2020-07-19_type_parameter_naming) of mine, the URLs to section headings (with URL fragments) are not working. Similar links are working other posts of mine including headings / fragments containing a...
I currently store the [markdown for my posts](https://github.com/TysonMN/tyson-williams-blog/tree/master/src/markdown) in one directory and the [assets for those posts](https://github.com/TysonMN/tyson-williams-blog/tree/master/src/assets) in another directory. However, I would prefer to store the assets unique to...
This is a spin off of https://github.com/CONNECT-platform/coding-blog-plugin/issues/8#issuecomment-660163536 Quoting https://github.com/CONNECT-platform/coding-blog-plugin/issues/8#issuecomment-660030487 > ok the CLI is updated (`0.2.2`) and from now on you should be able to update this plugin via: >...
This is a spin off of issue #21. CODEDOC uses chalk colors, and the default Windows Command Prompt displays them for me...  ...but none of those colors are displayed...
I really like the list of headings that is displayed when viewing a CODEDOC site on a desktop. I far as I can tell, this list is not exposed on...