DRMA Tech
DRMA Tech
I don't know if you guys use BUnit, component to test Blazor. I'm trying to initialize the IMatDialogService, but I can't manually initialize this service. `ctx.RegisterDialogService(typeof(ChangeDialog), new());` ``` public static...
  a select type component should not interfere with anything around it, but should be on top.
when I have an open dialog and click a button to trigger the following code: `MatDialogService.AlertAsync("...")` it is opening at the back (both with the same z-index)
 I was loading a combo with the available icons and I noticed that some are bringing broken values, including duplicates.
``` public class BadgeMapper : EntityMap { public BadgeMapper() { Map(p => p.Rank.Level) .ToColumn("Rank_Level"); } } ``` As in my previous ticket, I tried with just one mapping to see...
``` public class BadgeMapper : EntityMap { public BadgeMapper() { Map(p => p.Rank.Level) .ToColumn("Rank_Level"); Map(p => p.Seniority.Level) .ToColumn("Seniority_Level"); Map(p => p.CompletedProfile.Level) .ToColumn("CompletedProfile_Level"); Map(p => p.VerifiedProfile.Level) .ToColumn("VerifiedProfile_Level"); Map(p => p.Popular.Level) .ToColumn("Popular_Level");...
support C# codes within the razor page of the blazor project. it works with the visual part, but not the code.
when I set the position to bottomright, for example. on a large screen, its css is like bottom=2rem, but when it has a mobile resolution (chrome emulation on the laptop),...
* hide the header * being able to dynamically choose the icon (I don't want to use a fixed one for all situations) * can have multiple notification settings (can...
I am trying to recover my GPS position and receive these alerts from the chrome browser. `scripts.js:183 [Deprecation] 'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.` `scripts.js:238 [Violation] Only...