Maksim Shylau

Results 4 issues of Maksim Shylau

I randomly receive `1 request failed to load;` after running `loki --requireReference --reactUri file:./storybook-static` I've added `console.log` to `Network.loadingFailed`: ``` Network.loadingFailed(({ requestId, type, errorText, canceled, blockedReason, corsErrorStatus }) => {...

Code in `spree/shared/_google_purchase.html.erb` is executed, but it doesn't get to google analytics. ```ga('send', 'pageview'); // Send transaction data with initial pageview.``` should be called after rendering this partial. https://developers.google.com/analytics/devguides/collection/analyticsjs/enhanced-ecommerce#transaction Looks...

# Bug [Since Android API 33 developers are obliged to manually request permissions for push notifications ](https://developer.android.com/develop/ui/views/notifications/notification-permission) This library is not doing that for Android, so push notifications do not...

## Issue description This option is present in [createHttpLink](https://github.com/apollographql/apollo-client/blob/main/src/link/http/createHttpLink.ts#L40), but missing in `createUploadLink` Reason why this option was added is explained here: https://github.com/apollographql/apollo-client/pull/7127 ## What changes have been made? -...