Jeremy Liberman

Results 6 issues of Jeremy Liberman

### Simple Repro: https://codesandbox.io/s/misty-lake-dwvg7 ### What is the problem? If a page invokes the `useRouterQuery()` hook, it will generate a hydration warning when you visit the page. This is because...

kind/bug
status/ready-to-work-on

Despite our best efforts, it's likely that a security vulnerability will be discovered by a non-contributor out in the wild. It would be good to have a page instructing them...

status/ready-to-work-on
hacktoberfest

### What do you want and why? (Edited from my thread on Discord) It would be beneficial to convert page options like suppressFirstRenderFlicker and authenticate into React components. Having options...

kind/feature-change
status/ready-to-work-on

Adds three change matchers, .toChange(), .toChangeBy(), and .toChangeTo(), based on https://github.com/jest-community/jest-extended/issues/253#issuecomment-997087476. ```ts // lunch.spec.ts // totally fake example test script test("adds lunch item", () => { expect(() => { lunch.add("pizza");...

I am the author of prisma-ast. It uses an abstract syntax tree to parse your schema.prisma files and exposes a fluent builder object to allow you to query and edit...

This is a new feature request. If you position the Datetime control towards the bottom of the page, the picker will appear below it and off the page entirely, forcing...

enhancement
help wanted