Rhys Koedijk
Rhys Koedijk
I am very interested in 1. Multiple viewers in the same page (mostly fixed by new version) 2. Select/highlight/copy text from document 3. Annotation layer 4. Responsive UI
I experienced this issue myself, mine was caused because both my directives (and the `` within them) shared the same IDs, which causes all the control buttons to apply to...
I've narrowed this down further. It works if the relationship is required on both sides, or a mixture of optional/required: ` modelBuilder.Entity().HasRequired(x => x.Child).WithRequiredPrincipal(x => x.Parent); ` ` modelBuilder.Entity().HasOptional(x =>...
Understandable, we've worked around it for now by adjusting our domain model to not use optional 1:0-1 relationships. Not ideal, but gets us over the line for now. Thanks for...
**Name** Steam Community Market Manager (SCMM) **Description** SCMM is a Blazor Wasm app that analyses Steam Community Market information from the video game Rust. Its primarily used to track in-game...
Charts, just charts. The MudBlazor ones are great, they just lack some of the advanced features I needed.
I've run in to this same issue in v6.0.11. Using Dusty's suggestion worked for me (although it is still a bit janky) This only works on pointer devices: ````html ````...
Missing `pkgconfig` patch has been submitted upstream (https://github.com/frankheckenbach/ftgl/pull/7)
I ran in to this issue too, it seems to be an issue in dependabot-core. I submitted https://github.com/dependabot/dependabot-core/pull/10110 which fixes this issue in my [legacy] .NET Framework projects.
@brettfo I am still not able to get private NuGet feeds hosted in Azure DevOps to auth correctly using this setup. Can you let me know if I am missing...