Felix Mosheev

Results 261 comments of Felix Mosheev

@elliottsj, why you are not merging your changes to here?

This PR is related to the issue, https://github.com/shadowwalker/next-pwa/pull/368

The benefit is that you are not using absolute positioning on the items, that means that the items will have native flow inside the container.

There is margin between items in Insta & as you see there is no explicit height on the container but it derived, so there is a possibility to allow overflow......

Think of it, it not requires `overflow: hidden` & `height` on the wrapper, no need for `position:absolute` + `height` on each item...

I see that twitter are doing the same thing ![image](https://user-images.githubusercontent.com/9304194/70380116-e04c8780-193e-11ea-8bfc-b56118f70a85.png)

Thank you for the quick response 🙏🏼 Typescript types as well?

The work with `refreshToken` is hard when you don't need user interactions. `refreshTokens` do **expires**. There is an article regarding using service accounts and google ads with code snippets in...