Philipp Feigl

Results 9 issues of Philipp Feigl

The DialogHost tries to "re-focus" the item previously selected. This is the code for it: https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/blob/5533b50a6cff78cb75fbb52e16f7c9e06c62446c/MaterialDesignThemes.Wpf/DialogHost.cs#L268 This is very problematic, when the previous control was a `TabItem`, because Focus()ing a...

enhancement
evaluation required

The EPPlus NuGet Package still references alot of nuget packages, which are not at all needed, as they are natively available in net5.0 From a small test, this should be...

enhancement
needs investigation

Hi Stephen, is there a chance you can put up a version of this package as release version? We have been using Nito.AsyncEx version 4.0 for quite some time and...

Hi, we are using the Power BI Report Server (on-premise). This brings it's own flavour of the PowerBI Desktop Tools with it. Most of it is seemlingly just the same,...

Hi, we have set a custom template for rendering the breadcrumbs. Is it somehow possible to access the controller scope of the state within the template? Pretty much as you...

`syslogdt` (and I think other formats) are currently only parsed in `InvariantCulture`. We are (unfortunately) running on a german system. This outputs dates like the following in syslog `Mär 10...

enhancement

There are a few options in the BundleConfig, which are not value-based, but are actually callable functions. One example would be `requestInterceptor` or `responseInterceptor`. Currently, `AdditionalSettings` always render in a...

This allows for modifications of the request object via overriding the buildRequest method in a customized PiwikTracker class and calling base.buildRequest() first. This is a very basic change which can...

Please add support for Resharper 2017.2 (wave >=9). Thanks :)