Honza Pobořil
Honza Pobořil
@danielroe The same thing happens also on the 3.x.
Yes Honza Pobořil > 31. 3. 2022 v 8:42, Roy Sheinfeld ***@***.***>: > > > Scanning from the Breez app works, right? > > — > Reply to this...
> I will be on vacation next week (yes, one more time) and will work on that afterwards. Nice, enjoy :-)
@undecaf Hi, any progress on this? I need it for this: https://github.com/capacitor-community/barcode-scanner/pull/276
Are PRs improving this welcome? I am going to try if [ResizeObserver](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserverEntry) could solve it.
ResizeObserver fixed it in my case.
Trying to configure multiple clients, it is hell to learn and maintain the same in two files.
Similar use-case: I use [Contember CMS](https://github.com/contember) which in all mutations has `ok` and `errorMessage` fields. In case of `ok ≠ true` I would like to print errorMessage for easier development...
It seems like a duplicate of #328.
> what about passing headers with this composable? https://nuxt-graphql-client.web.app/getting-started/composables#usegqlheaders > > ```js > useGqlHeaders({ 'X-Custom-Header': 'value' })``` > ``` Sometimes I do not want to set token/header for all subsequent...