Jacob Jaffe

Results 10 issues of Jacob Jaffe

Hello! I'm building an application that needs to store sessions for multiple users, and allow swapping between the users. After digging through issues folks have brought up here (especially #1047...

Hello -- I think I found a bug in the `AgendaList` due to the current key extraction. When I navigate back in the agenda, e.g. from a Monday to Sunday,...

Hello! First, thanks for this library. This is an awesome set of tools. This PR attempts to solve two issues with the current `Agenda`: 1. The component is not generic....

First off, thanks for this action! Great to not have to pull in a separate service for a fast check. I'm running a config for pull requests; this is giving...

https://www.radix-ui.com/colors/docs/palette-composition/scales Copies the following: ```ts const grayA = { grayA1: "#000000", grayA2: "#000000", grayA3: "#000000", grayA4: "#000000", grayA5: "#000000", grayA6: "#000000", grayA7: "#000000", grayA8: "#000000", grayA9: "#000000", grayA10: "#000000", grayA11:...

Closes #92 This PR aligns the vertical panning behavior with iOS functionality. Currently, zooming is only x-axis locked when the image is at zoom === 1. This PR introduces a...

Hello! First off, this library is amazing. Thank you! In mirroring native behavior on iOS, I'd like to have panning lock horizontally / vertically when zoomed in, _if the zoom...

https://www.radix-ui.com/colors/docs/palette-composition/scales Copies the following: ```ts const grayA = { grayA1: "#000000", grayA2: "#000000", grayA3: "#000000", grayA4: "#000000", grayA5: "#000000", grayA6: "#000000", grayA7: "#000000", grayA8: "#000000", grayA9: "#000000", grayA10: "#000000", grayA11:...

It looks like the entire lifecycle of `onQueryStarted` occurs when `fetchNextPage` is called. However, often `fetchNextPage` is expected to often indicate end-of-list. This seems like unexpected behavior, because no additional...

Hi, I've encountered a **very** weird bug. I have reproduced this behavior on rtk 2.9 and 2.11. When locking immer to 10.0.3, the bug is fixed, on both rtk versions....

bug
RTK-Query
needs reproduction