Cansin Yildiz

Results 11 issues of Cansin Yildiz

* **What is the current behavior?** Trying to return a value of a field such as `models.CharField(choices=some_choices, blank=True, max_length=64)` with a blank value from Graphene causes a `graphql.error.base.GraphQLError: Expected a...

🐛bug

With 2.0.0 the interface of this library is diverged from https://github.com/substack/webworkify . Therefore it is no longer possible to use `webworkify-wbpack` as a direct alternative to `webworkify` via: ``` resolve:...

We are trying to avoid creating databases for each `xdist` process since our migrations are taking a very long time (They have network calls. I know, I know). The `pytest-django`...

### The issue Tries to very crudely address https://github.com/pypa/pipenv/issues/5531 . ### The fix Introduces an `--exact` argument to `pipenv install` that locks the exact package version to `Pipfile` instead of...

It is not possible to add [email protected] through NPM or Yarn atm (unlike Bower). An example run: ``` cansin@dungeon:~/$ yarn add [email protected] yarn add v0.22.0 [1/4] 🔍 Resolving packages... Couldn't...

I am not sure if this is by design, but I was surprised when I realized `has_object_permission` does not fire for a list of objects within another node. In order...

Addresses #7. As I stated there, feel free to close this PR if you do not want to switch to `yarn`. This is just a pre-emptive PR in case you'd...

Would doing so be of interest? We at Udemy use `yarn` and are quite happy about it. [Frankly, with `npm@>5.0.0` the advantages of `yarn` are not as clear cut.](https://stackoverflow.com/a/40028313/2647368) Though,...

This PR addresses #5 by upgrading all dependencies to the latest stable versions and fixing the code as necessary. @srohde or @aputinski can you review? Thanks.

Most notably we should upgrade `[email protected]`. I will send a PR soon.