Results 4 issues of Egor

"react-native-keyboard-aware-scroll-view": "^0.9.5", "react-native": "0.64.2", "@types/react": "^17.0.38", "typescript": "^4.5.4" I am trying to use the library with functional components. I have the following screen (parent component) ``` const MyScreen = ()...

### Issue Description Going over docs I stuck on https://www.apollographql.com/docs/apollo-server/workflow/generate-types The documentation says: "move your server's schema into a .graphql file" and then use it like so: ``` // ...other...

:memo: documentation

It seems Inframap doesn't work with terraform moved blocks for the refactoring: https://developer.hashicorp.com/terraform/language/modules/develop/refactoring#moved-block-syntax I am currently refactoring a huge monolith code base that describes the whole infra of the project....

Hi, I would like to make own mixin wtih mediaqueries like this. ``` .breakpoint(@maxWidth) { @media screen and (max-width: @maxWidth) { @content; } } ``` But it doesn't work. Support...