Geert van Horrik

Results 75 issues of Geert van Horrik

### Blazorise Version 1.5.0 ### What Blazorise provider are you running on? AntDesign ### Link to minimal reproduction or a simple code snippet See example: https://antdesigndemo.blazorise.com/tests/datagrid/aggregates The numbers in the...

Type: Bug 🐞

# Summary of the new feature/enhancement Similar to when using multiple monitors, where the icon of the app in the taskbar can be shown on the monitor which is displaying...

Idea-Enhancement
Idea-New PowerToy
Product-Window Manager
Product-FancyZones

I was getting NullReferenceExceptions when updating to the new 3.x version. After some debugging, I noticed the ignoring of potentially nullable value: https://github.com/Blazor-Diagrams/Blazor.Diagrams/blob/develop/src/Blazor.Diagrams/Components/LinkWidget.razor#L18 Since the behavior can be removed, the...

Catel provides several view types (with extension) that all resolve to a view model. I know that customized naming convention is still on the list, but I think these can...

Several things are not applicable anymore, such as action.Benchmark(). It should be config.Benchmark();

I am currently trying to migrate this script so it can easily be used by 3rd parties. I'll put the process here.

I am trying to render Blazor components, but Blazor adds the "blazor:elementreference" attribute which changes every time we run the tests using bUnit. Generated code: ``` Test value ``` In...

Instead of this: ``` public string ExistingProperty { get => _existingProperty; set { _existingProperty = value; RaisePropertyChanged(nameof(ExistingProperty)); } } ``` into: ``` public string ExistingProperty { get => _existingProperty; set...

I had to disable this because the current implementation caused PE Verify issues. Will need to look into this with a fresh mind in the future.

I was experimenting with page bundles (keeping content & images together), but it was not showing any content. I have updated the list template to this: ``` {{ define "main"...