Results 13 issues of Greg Kavanagh

This code is giving me a type error. How would I fix it? ```typescript const gridGuideShadow = keyframes` 0% { box-shadow: 0 0 0 1px rgba(0, 255, 0, 1); }...

### Which Cloudflare product does this pertain to? Workers ### Existing documentation URL(s) cloudflare-docs/content/workers/runtime-apis/fetch.md ### Section that requires update The API does not mention that ports are stripped from URLs....

documentation
content:edit

Hi, When using recoil-sync with typescript I get `Could not find a declaration file for module 'recoil-sync'. ` Is there a config setting I'm missing?

enhancement
TypeScript / Flow

With an atom with an effect ```javascript effects_UNSTABLE: [ ({ onSet, setSelf }) => { onSet(newValue => { if (newValue < 0) setSelf(0); }); }, ], ``` I have to...

The Amazon style dictionary requires a value key in order to create its various outputs. Would you consider having a value key in each token that the plugin outputs? Theo...

enhancement

Is there a recommended strategy for importing a viewmodel into a Jest test and exposing it's methods for unit testing?

Currently I end up with 0% coverage over all files.

### Describe the bug When using the plugin with typescript and Yarn PnP tsc can't resolve node modules. It can resolve the modules in development mode. ### Reproduction Use Yarn@canary...

need reproduction

This error occurs in an app that makes use of Suspense

If I set the following in vite.config ``` define: { "process.env.RECOIL_DUPLICATE_ATOM_KEY_CHECKING_ENABLED": false, }, ``` I get `Uncaught TypeError: _process$env$RECOIL_D.toLowerCase is not a function at applyProcessEnvFlagOverrides `