SydAmir

Results 29 comments of SydAmir

I preferred add Stylus version

The `rem` is better. See [this link](https://webdesign.tutsplus.com/tutorials/comprehensive-guide-when-to-use-em-vs-rem--cms-23984) for good understanding of unit And read [this](https://fronteers.nl/congres/2012/sessions/a-pixel-is-not-a-pixel-peter-paul-koch) great article for understanding pixels

@f412h4d > im switching to a new terminal, can't code in vim if the language differs na babba!!!

I not interesting Safari but I'm using it just for low battery usage

`apollo-server-express` use the version 8 of `graphql-upload` and it not support node version 13 throwing this error `Maximum call stack size exceeded` this error solved in `graphql-upload` [in this issues](https://github.com/jaydenseric/graphql-upload/issues/170)...

when i host `graphql-upload` on monorepo for using the right version of that `type-graphql` throwing this error : `Cannot determine GraphQL input type for image`

I solved this with disabling `apollo-server` upload property : ```typescript const apolloServer = new ApolloServer({ schema, context: ({ req }) => ({ req }), introspection: true, uploads: false // disable...

Tanks @philkeys works like a charm

nice please make this a pull request I will appreciate accepting that