Brady Clifford

Results 10 comments of Brady Clifford

With this implementation, I am now getting `_formatMessage.default.rich.custom is not a function` error. It was working till recent `format-message` version. ``` formatMessage.rich( 'Open Enrollment is here! Enroll by {endDate, fromDateString},...

Actually it looks like my custom format and types are working when I use just `formatMessage`. When I try to use them in `formatMessage.rich` that is when both my custom...

For the moment I have been able to mock the timezone with the following: ``` const ActualIntlDateTimeFormat = global.Intl.DateTimeFormat; global.Intl.DateTimeFormat = ((locales, options) => { return new ActualIntlDateTimeFormat(locales, {...options, timeZone:...

Add the ability to click the toaster and have it close. This could be a default set in the config.

Add additional configuration settings similar to what is found in https://github.com/Foxandxss/angular-toastr. Some examples: - **closeButton**: Whether to display an "X" close button on the toast. - **closeHtml**: Html element to...

We are seeing a similar issue when upgrading to .Net 8.

> Could you provide a repro for this so we can look into it? Same as https://github.com/justeattakeaway/httpclient-interception/issues/716