DRMA Tech

Results 27 issues of 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...

question

![image](https://user-images.githubusercontent.com/12803050/136399155-707d21da-bcf4-4e7f-95e0-6998148d8b7c.png) ![image](https://user-images.githubusercontent.com/12803050/136399195-e9ec5e8e-968c-4608-be8a-107c29c5c486.png) a select type component should not interfere with anything around it, but should be on top.

bug

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)

bug

![image](https://user-images.githubusercontent.com/12803050/129405174-f18a870e-5ad5-420e-b3ac-3d90d9fd2546.png) I was loading a combo with the available icons and I noticed that some are bringing broken values, including duplicates.

bug

``` 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.

enhancement

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),...

Bug
Triage

* 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...

Feature
Needs: Design

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...