Tyson Williams

Results 368 comments of Tyson Williams

These are the five styles with `DataGrid` in their name. https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/blob/c36307b01f5a47f0b9cf1ede8adb4d7ca5546a34/MaterialDesignThemes.Wpf/Themes/MaterialDesignTheme.Defaults.xaml#L58-L62 If I comment out the first four and just leave `DataGridRowHeader`, then only the six binding errors for `HorizontalGridLinesBrush`...

> My entry point instantiates the singleton `Application` and sets its `Resources` to those in that `ResourceDictionary` as a workaround to issue #2040 (which has been fixed but not yet...

Both this issue and #2134 include clicking on the header of a `DataGrid` as a reproduction step. Then they continue separately by describing different issues that result. Do you think...

> I saw that you are using the 3.2.0 version, can you try to reproduce using the latest pre-release version? Testing the latest prerelease is a good idea. I didn't...

> Sorry I didn't see that No problem. > I can't tell exactly without digging deep into the library code, but probably it sets some animations bindings with relative source...

@ThomasMader, can share a MWE that exhibits that behavior?

After looking at - the [code executed when the `Check All Modified Files` button is clicked](https://github.com/jshiell/checkstyle-idea/blob/c58680581601678e80fa5f77e016ea3303a036ed/src/main/java/org/infernus/idea/checkstyle/actions/ScanModifiedFiles.java) as well as - the [code executed when the `Check Files in the Current...

I am willing to try/test all three methods, but I don't know how. After I make each change, is it possible for me to locally create a new version of...

> I'm trying by those commands without effects: > > * npm run build > * yarn run build The command you were looking for is `yarn build`.

I think this issue is a duplicate of issue #1820 but also contains more information.