Tafel

Results 165 comments of Tafel

Sorry for bumping this issue. But I am wondering if there is a roadmap available for this (or for this library in general)?

In the legacy docs I found an implementation guide for nexus: https://www.graphql-modules.com/docs/legacy/recipes/nexus/ Something like that implementation would be great in the v2+ API as well. This would be beneficial for...

@AlissonRS I am not sure if I understand your point of view correctly. But it looks like you are only using `graphql-modules` for "schema stitching" then? But I see great...

I am not sure what you're saying. But until it's merged and published to npm, you can install my hotfix branch directly from github. (for example like this: `npm i...

This answer might be of some help: https://github.com/surmon-china/vue-awesome-swiper/issues/780#issuecomment-842295010

This package is based on the famous [`swiper`](https://swiperjs.com/) As of [late 2020](https://github.com/nolimits4web/swiper/commit/423fa86d98459415e369c84e6ac54d511f2b1406#diff-33b720d4a4ce860d6322620c49aa809a09a73c55b051e8f5ea4b56c31477ddd6) they support Vue.js out of the box! (Though you must at least use Vue.js version 3). So you...

`notifyOnNetworkStatusChange: true` does fix it for fetching the query the first time. **But** if your component refetches the query (because of reactive variables changing or whatever), it will have the...

I have do have some ideas and code on how to fix this annoying issue. Android cookies will work just fine as long as you have your webview server running...

@jcesarmobile Can you please take a look at this issue and update us about the priority and effort you guys are willing to put into this?

@creativiii The long part about hacking into the client code to make the cookies work in the client does indeed not solve server side cookie problems in iOS. But that...