potatopeelings
potatopeelings
I think it has to do with the index not getting reset in `tagsInput.directive('autoComplete'` ``` self.show = function() { if (options.selectFirstMatch) { self.select(0); } else { self.selected = null; //...
CSV is simple text. Unlike excel it doesn't support changing text color, styles, etc.
I believe this is because of https://github.com/benaadams/Ben.Demystifier/blob/8db93654c2869d3bc5ddb1462682f421c99a056b/src/Ben.Demystifier/EnhancedStackTrace.cs#L135 If you use `LocalPath` instead of `AbsolutePath`, it would return the local operating-system representation which is what you are looking for (see https://docs.microsoft.com/en-us/dotnet/api/system.uri.localpath?view=net-6.0)....
> So with that said, do you mind sharing why you'd want to exclude a specific client by ID? I have a tenant where I've added a rule specifically for...
@weismantelf it will call the last step if you add a saga level `CompensateWith` (even if you have nothing to do in it) ``` public void Build(IWorkflowBuilder builder) { builder...