Tyson Williams

Results 365 comments of Tyson Williams

``` # Documents *.pdf filter=lfs diff=lfs merge=lfs -text # Images *.gif filter=lfs diff=lfs merge=lfs -text *.ico filter=lfs diff=lfs merge=lfs -text *.jpg filter=lfs diff=lfs merge=lfs -text *.pdf filter=lfs diff=lfs merge=lfs -text...

Many of your repositories have [the same duplication](https://github.com/search?q=user%3ARehanSaeed+%22%2A.pdf+filter%3Dlfs+diff%3Dlfs+merge%3Dlfs+-text%22&type=code).

> It's amazing how quickly you can sometimes get answers to your questions using Stack Overflow too, the fastest I've seen is literally 30 seconds! That is certainly true, and...

Static sites are definitely the best for your/our type of blogging for all the reasons you mentioned. Your site looks great. I can tell that you put a lot of...

_Edited to add: This comment is not longer relevant since I was able to simply my reproduction._ The entry-point of my application is a `static Main` method (instead of through...

The three paths among those errors are `Foreground`, `HorizontalGridLinesBrush`, and `GridLinesVisibility`. The last two are rare enough that I can list all references. All fives references to `HorizontalGridLinesBrush` and four...

@Xaalek, can you share link to a repo or ZIP that reproduces the behavior you describe? My application doesn't crash, so your issue might be a different problem (but I...

When executing the EXE in the `bin` directory, neither my MWE (linked above) or my application at work crash when clicking on the header of the `DataGrid`. @Xaalek, if you...

I am not sure I could correctly do all that...but if you are willing to provide a [minimal working example](https://en.wikipedia.org/wiki/Minimal_working_example), then I will test it.

I created [this issue](https://developercommunity2.visualstudio.com/t/Binding-errors-when-running-in-Visual-St/1294226) on Visual Studio Developer Community about the different behavior when running through Visual Studio and vs directly running the EXE.