Jake Murzy

Results 7 issues of Jake Murzy

@JacobLey has done a great job describing the underlying issue in #3437 but for reasons not obvious to me, the issue was closed. There is currently **no way** to cleanly...

Having issues re-running some tests in Jest due to [this line](https://github.com/nodegit/nodegit/blob/master/lib/diff_line.js#L4): ``` RangeError: Maximum call stack size exceeded at DiffLine.Object..DiffLine.content (node_modules/nodegit/dist/diff_line.js:13:13) at DiffLine.Object..DiffLine.rawContent (node_modules/nodegit/dist/diff_line.js:29:22) at DiffLine.Object..DiffLine.content (node_modules/nodegit/dist/diff_line.js:18:44) at DiffLine.Object..DiffLine.rawContent (node_modules/nodegit/dist/diff_line.js:29:22)...

Currently, the babel plugin bails if it can't detect certain usage of the lib. What do you think about removing the following line to support "[experimental resolver types](https://github.com/piglovesyou/graphql-let#experimental-feature-resolver-types)" in the...

Being able to pass `preventScroll: true` via focus options is important in cases where auto focus is competing with a transition animation e.g. when sliding in a drawer with [useTransition](https://react-spring.dev/hooks/use-transition#usetransition)....

As discussed in #21. Ideally and for maximum code reusability we would want to submit a patch to upstream to make this work with any `RouterContext`: ``` js export const...

enhancement
WIP

- `downshift` version: 6.1.9 **Relevant code or config** Unmodified basic usage of `useSelect`: https://codesandbox.io/s/github/kentcdodds/downshift-examples?file=/src/hooks/useSelect/basic-usage.js **What you did**: Using the basic `useSelect` example. **What happened**: Up and down arrows only work...

useCallback is necessary to prevent multiple calls to refs on each render.

CLA Signed
renderer:react