Philipp Steinrötter
Philipp Steinrötter
the new version with `plpgsql_check` is out now! looking forward to your feedback :)
all of them are supported in SWR - you probably ask for react query support right? there is already an issue for that in #219.
can you share a snippet of what you want to achieve? Do you want to use the mutation hooks provide by the library to clear it?
Hey! Thanks for opening the issue. I understand what's going wrong, but I don't have a good fix for this. For now, I would propose to just revalidate the query....
> Hi [@pikameow420](https://github.com/pikameow420) , > > I endet up developing my own inifiniteScroll implementation to be able to handle "more complex" cases. can you share it? :)
Happy to accepts PRs on this 🫶🏼
hey @geoguide, thanks for the contribution! I would rather not just show the options for React Query. Either we need to add tabs and do it for both React Query...
hey! thanks for reaching out. Unfortunately, I have neither used supabase edge functions nor deno, so I won't be of much help here. But happy to add this here if...
hey @geoguide, thanks for opening the issue. You are right, cache helpers only works on primary keys. But support for multiple sets of unique columns would be a great enhancement....
after some research, I believe this must be solved on the editor side and not within tsserver. For vscode, this should be possible via [Request Forwarding](https://code.visualstudio.com/api/language-extensions/embedded-languages#request-forwarding). For Neovim, [`otter.nvim`](https://github.com/jmbuhr/otter.nvim) seems...