Kieran Foot
Kieran Foot
I'm not sure that is a question for this repo, most likely you should go and read the SignalR documentation.
I am in agreement with @chucker . Since this is a Blazor component, it would be preferable to allow the runtime to handle the elements lifetime and thus handle the...
I created a pull request for `Class` and `Style` attributes (See #118 ). However, now I'm thinking that it may be better to use a `Dictionary` instead to allow for...
Please see PR #119 for arbitrary attribute support.
This is just an issue with the way the developer defined the Width and Height as a `long` instead of using a `sring` to allow for full usage. The component...
I have created a pull request #118 which resolves this issue. Hopefully the author will approve and merge it.
I have created PR #119 that does exactly as you described.
Hi, the exception output you have shared is missing the vital stack dump that would help address your issue. However, this most likely relies on something unimplemented in this library...
TypeScript definitions would be a great addition too.
This PR #36809 might help in this situation providing it also allows for signature checks to be skipped.