Niek Jannink

Results 20 issues of Niek Jannink

RxUI has a Blazor MVVM implementation: https://www.nuget.org/packages/ReactiveUI.Blazor/

I added some factory methods to create the Promises. This prevents the need of casts in some Then(...) constructions: old `.Then(() => (IPromise) new Promise((resolve, reject) => ....))` new `.Then(()...

When using the videoplayer extension always all javascript dependecies are being downloaded by the client. Make his configurable so when you don't use Dash or Hls the user also wont...

The switch control alignment is off in the material4 version. You can see the isue in the demo. ![image](https://user-images.githubusercontent.com/3843546/171060760-284fdbd1-728c-4bdf-a392-ce9fec5fc956.png)

Type: Bug 🐞

When using the Bar component from Blazorise 1.0.6 I see the following exception passing by: ``` crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100] Unhandled exception rendering component: Cannot access a disposed object. Object name: 'DotNetObjectReference`1'....

Type: Bug 🐞

Our UI designer has come up with the following idea: ![image](https://user-images.githubusercontent.com/3843546/144103506-a17ebbc6-35d2-47f9-829c-fff952f93ffb.png) This is like a combined bar dropdown and link. When you click the little arrow the idea is that...

Type: Feature ⚙
up-for-grabs

I'm trying to migrate from Google flatbuffers nuget to FlatSharp (7.1.1) and I run into a problem. Situation - netstandard2.0 project with the flatbuffer schemas and FlatSharp compilation - net7...

This is already the second time this happened and I got no idea how to resolve this. I have deployed the following template [SonarQube on Web App with PostgreSQL and...

### Blazorise Version 1.3.3 ### What Blazorise provider are you running on? Material ### Link to minimal reproduction, or a simple code snippet From time to time an exception pops...

Type: Bug 🐞