Mike Sinyakov

Results 5 issues of Mike Sinyakov

Ok, i have this mutation on my backend: ```js mutation: new GraphQLObjectType({ name: 'Mutation', fields: { createUser: { type: UserType, args: { name: { type: GraphQLNonNull(GraphQLString) }, email: { type:...

question

Hi, I have some strange bug, main background color appears on some rows only on focus: https://monosnap.com/file/TbBiSBGeBug9zec75cRsAhbLlreXH1

Hi, can u help me, how can i install `postcss-react-native` ? And do do you plan to continue its development?

Hi, I feel stupid when try to use intelliSense in imports https://monosnap.com/file/ESq0b8A2cbfArLGJO5AJKWTmDGhGT3 and i must to scroll, scroll, scroll to find any exported http://take.ms/leG55

Hi in our projects we like to use module resolve: ```javascript // instead import A from "../../components/A"; // resolve import A from 'components/A'; ``` Can you add a config for...