JonasPf
JonasPf
I'm running into a problem where I send too many alerts to Slack and it hits the rate limit: https://api.slack.com/docs/rate-limits#rate-limits__responding-to-rate-limiting-conditions I wonder what the best way is to deal with...
Hi, I'm trying to get this workflow to run but it doesn't want to open devdocs.io. Listing, adding and search docs works fine but when I want to open a...
Hi, I couldn't find any information on how to change the system name. Running `bashhub setup` again doesn't prompt for the system name again. I found the system name in...
### mantine-react-table version v1.3.4 ### react & react-dom versions v18.2.0 ### Describe the bug and the steps to reproduce it Editing a row resets pagination. To reproduce: 1. Open https://www.mantine-react-table.com/docs/examples/editing-crud...
**Is your feature request related to a problem? Please describe.** I want to set `staleTime` on prefetches. **Describe the solution you'd like** Similar to `useQuery`, `prefetch` should be able to...
**Describe the bug** The code generator generates infinite query options like this: ``` Omit ``` While this works for normal queries, it does not work for infinite queries because it...
**Is your feature request related to a problem? Please describe.** I want to prefetch an infinite query. As far as I can see these aren't auto-generated. **Describe the solution you'd...