Andrew Plummer

Results 24 issues of Andrew Plummer

Since I don't see this issue here this package likely needs to move off `request` at some point: `node-gcm > [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142`

Hi... first off thanks for the awesome library. The concept is fanstaic. However some of the implementation such as reversing the imports for the config (ie. importing `theme.config` from the...

It would be very nice to have a way to mock the system timezone offset, ie. override `Date.prototype.getTimezoneOffset`. I realize that this is possible and not very hard without `fake-timers`,...

stale
feature request

Hello, I have had a couple breakages for the gd-IE locale based on expected date formats... I'm actually not sure where these expectations come from and certainly no one on...

Hello, sorry if this is a duplicate, I had trouble describing it. If I open a directory in MBE I get a listing, but it can't be closed (:MBEbd) and...

## Motivation Bedrock has been used in a number of different projects that each had their own requirements for authentication. Our features have grown around this (for example MFA support),...

This is a refactor to simplify/streamline data loading and handling loading/error states. Here's the idea: ```js const { id } = useParams(); const Loader = usePageLoader(async () => { const...

I've tried various flavors of "JSHintToggle" in my vimrc (and in an "after"), but I can't seem to turn off the plugin. I simply want to have JSHint invoked on...

Apologies for asking this here but I couldn't find any other information online... is there contentful sanctioned swift equivalent for the npm plain-text-render here? https://www.npmjs.com/package/@contentful/rich-text-plain-text-renderer Thank you