Tom McKenzie

Results 14 issues of Tom McKenzie

> commit 6683ee0ddc118f8bbbc78536d5242f9646c30ccb (HEAD, tag: v2.0.3) > 41 passing (653ms) --- > commit a1aab5cc3b9e0cd8cfb8e24165bcdfe6c0c427a3 (HEAD, upstream/master, master) > 35 passing (614ms) > 6 failing https://github.com/react-csv/react-csv/pull/193 broke master, please revert or...

Currently two.js can only create an svg `clipPath` with a single path, as commented here: https://github.com/jonobr1/two.js/blob/06392d97b7e1753c97874c79845e43b232fb7c60/src/renderer/svg.js#L324-L328 It seems true that we can't add a `` as a child of ``,...

enhancement

## Current Behavior * Any time ToasterContainer is constructed, it overwrites the static `toasterRef`. This isn't very Reacty(tm), especially moving into Suspense, since component instantiation doesn't always mean it will...

bug

We have a pretty big project using styletron, which uses css-to-js-sourcemap. It's built on nextjs 9.4.2, which uses webpack 4. The worker throws hundreds of these errors which understandably makes...

wontfix

Because `srcSet`'s paths are not escaped, it will produce this invalid output; ```html ``` resulting in this error in the conosle (in Chrome): ``` Dropped srcset candidate "/_next/static/images/Review" Failed parsing...

![image](https://user-images.githubusercontent.com/907140/141716945-76a0ce64-55a9-4341-b96c-b730e487cce4.png) Regenerating a token at the provided link, pasting it into the box, then when you click "Save" nothing happens. It seems to save the token, because refreshing the page...

* When `state === nextReducer(state, action)` (does not change at all in response to an action), the action is considered "not supported" * A peer should not replay actions it...

Add an optional scope key to `action.meta`, don't gossip those actions to peers unless they've specifically requested a subscription to that scope. * This can all be done in the...

enhancement

Currently `redux-scuttlebutt` remembers all actions that have ever been dispatched, ever. This is not feasible with long-running applications which dispatch many actions. We should emit a `@@scuttlebutt/COMPACTION` action occasionally[1] which...

enhancement

For the following `pipeline.yml`: ```yml - name: ': sadpanda:' command: git diff --quiet plugins: docker-compose#v3.0.3: run: tests config: .buildkite/docker-compose.yml volumes: - ${BUILDKITE_AGENT_BINARY_PATH:-/usr/bin/buildkite-agent}:/usr/bin/buildkite-agent ``` I get this output and error in...