Kristoffer Strube

Results 36 issues of Kristoffer Strube

Related to comments added here: https://github.com/KristofferStrube/Blazor.FileSystemAccess/issues/37 by @lvde0

We would eventually like to support in-process variants of all the interactive classes in this wrapper, but right now we have some general structure that would need to change to...

enhancement
help wanted

**Describe the bug** The mechanism that removes duplicate content from multiple RSS feeds doesn't seem to work. Some of my blog posts appear in both my general feed and my...

bug

A feature suggested on Mastodon: https://dotnet.social/@styx31/110026741771625440 > Regarding the severity level, is it possible to have the "default" value indicated? > Anywy, great idea! It's really hard to cook an...

enhancement

I'm missing a good example for Unnecessary Code Style Rule "Remove unused parameter". I'm not sure what it actually means as the sample from the Microsoft Docs is pretty vague...

Currently, when `SnapToInteger` is activated, we use casts to ints in many places to ensure whole numbers, but it would give a smoother experience if we used `Math.Round` instead. So,...

enhancement
good first issue

I've made some small simplifications to the JSInterop related to playing audio data. The primary part is that parsing byte arrays via JSInterop is now pretty effective. Secondly, I've updated...

Adding the `IJSWrapperConverter` attribute from `Blazor.WebIDL` to types that implement or inherit from `IJSWrapper` would make JSInterop with the types defined in this library easier. This would make it so...

enhancement
good first issue

Check existing implementation here: https://github.com/KristofferStrube/Blazor.DOM/blob/main/src/KristofferStrube.Blazor.DOM/Events/Event.cs#L24

bug