Rik Brown
Rik Brown
**Describe the bug** This prettier plugin modifies our schema to add new reverse relationships. **To Reproduce** Table A adds a relationship on table B. **Expected behavior** Nothing. **Experienced behavior** Table...
Hi! Love the slider. I'm trying to implement trackpad scrolling support using your [wheel example](https://codesandbox.io/s/github/rcbyr/keen-slider-sandboxes/tree/v6/navigation-controls/scroll-wheel-controls/react-typescript?file=/src/App.tsx). However, this behaves pretty badly on a Mac trackpad (which fires a lot of inertial...
I'm trying to make the code resilient to a Aurora RDS failover (which interrupts the connection to the master). I'm wrapping my `await service.subscribe(plugin, REPLICATION_SLOT_NAME)` in a try/catch, but when...