Brian Webster

Results 6 issues of Brian Webster

@jasonsturges very cool little package and article 👏 I wonder how one might use Julian date and lunar age to arrive at the date/time when the _last_ new moon _was_...

We are trying out a server rendered search implementation with NextJS. All seems okay until we try to add a routing object to InstantSearch. We are using routing to have...

Possible solution... `isAdBlockEnabled.ts` ```ts export const isAdBlockEnabled = async () => { try { await fetch('https://www3.doubleclick.net', { method: 'HEAD', mode: 'no-cors', cache: 'no-store', }); return false; } catch (err) {...

It would be nice to get back the full userAgent string. I see that getFeatures is already using it via `detect-ua` would be nice to include `device.userAgent` perhaps under `browserFeatures.browserType`

If you A/B the supported props... https://github.com/glennreyes/react-countup#props against the actual types... You'll note several are missing. For example: separator, decimal, duration, prefix. This is not an exhausted list.

**What example does this report relate to?** with-google-tag-manager **What version of Next.js are you using?** 10.0.3 **What version of Node.js are you using?** 10.0.3 **What browser are you using?** Chrome...

area: examples