kazakevich-alexei

Results 2 issues of kazakevich-alexei

EROR always when need return null. Calling `await sender.SendAsync($"CaseInProgress_{runId}", (int?)null);` ``` public class CaseInProgressChangedPayload { public int? CaseInProgress { get; set; } } [Subscribe] [Topic("CaseInProgress_{runId}")] public CaseInProgressChangedPayload OnCaseInProgressChanged(int runId, [EventMessage]...

### Bug description: The NgbModalBackdrop component has the style parameter: 'z-index: 1055', which disrupts the component when redefining the bootsrap variable $zindex-modal ### ![image](https://github.com/ng-bootstrap/ng-bootstrap/assets/60583226/fa91716b-1788-4fb7-8ddc-4b8d58018442) ### Link to minimally-working StackBlitz that...