Jatin Balodhi

Results 5 comments of Jatin Balodhi

@patrick91 I want to work on this. How to get started on this?

thanks, @patrick91 I followed the guide but while running I faced two errors: - [x] - `poetry run pytest tests` it gives me `ModuleNotFoundError: No module named 'termios'` error, after...

I'm using python 3.7 on windows 10, Now I'm able to run - I'm able run strawberry now but i installed graphql seperately using `pipenv install --pre "graphql-core>=3a"` The error...

@patrick91 I've never used poetry before but is this correct way to build the dev version. ![image](https://user-images.githubusercontent.com/10434201/65640881-fe297200-e008-11e9-9c60-a936dd3a9220.png) because I'm unable to run strawberry cli, but able to import strawberry.

@patrick91 thanks this command run cli, but also I'm unable to import strawberry if I'm outside the directory, so like we do with pip for dependency installation `pip install -e...