-
Notifications
You must be signed in to change notification settings - Fork 463
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat: storage capacitor #3000
feat: storage capacitor #3000
Conversation
Yes, I can, however, please don't use the repository or PRs to test your own packages in the future. This has basically nothing to do with The error is very simple. In your mocks you're tryin to do:
However, |
Well, it is your package, in that you wrote a package that implements our Storage API 😅 You're free to do so and publish it of course, but submitting a PR (or a full package) to our repo means that you're asking us to maintain it. That's why we have an RFC process for this: https://github.com/urql-graphql/urql/blob/main/CONTRIBUTING.md#how-do-i-propose-changes That's why our PR template points out:
Hence the reason I was a little confused, since you were just asking for help with types, and your PR also doesn't follow our convention. So I was assuming, you were just asking for help. However, if you're asking for this package to be merged into the repo, maintained by us, and published under this package name, I have to politely declien for now. Of course it'd be great to have more storage adapters available for Graphcache. However, we can't maintain a larger number of them, and can't guarantee them all to continue working and accept issues for them, especially if we had no hand in writing them or understanding why they're important. |
Hmm, now I get it. Actually I'm using it in capacitor right now and it works great. I thought it was easy for people to npm download used. Iam not good on the testing vitest side. Key and value had to be entered there. That's why I asked for help. Otherwise the main code is working 99% of the time. |
https://github.com/productdevbookcom We publish it on our side then, can you help us here on the vitest side ? |
https://capacitorjs.com/
There are errors in my tests, I did not know how to solve it. Can you help with that ?