Wei Lu

Results 9 issues of Wei Lu

It's a bug introduced in this commit: https://github.com/graphql-python/graphene-django/commit/2d4ca0ac7b60413a7c5d9a5a995ad478c05d6352 (part of PR #1119) It manifests as not accepting a list of IDs `[ID]` but rather a single ID `ID` as filtering...

needs test case

This allows generic Exception through in case `UnforgivingExecutionContext` is used

help wanted

The use case is being able to issue regular get requests using the test client as in Django test case. Here's a quick example to replicate the issue: ``` class...

``` >>> s.words ['自然', '语言', '处理', '是', '计算机', '科学', '领域', '与', '人工', '智能', '领域', '中', '的', '一个', '重要', '方向', '。', '它', '研究', '能', '实现', '人', '与', '计算机', '之间', '用', '自然',...

Why is ractive a devDependencies instead of dependency? In my project I have to manually install ractive. The bigger problems is when I upgrade ractify, ractive's version is out of...

https://github.com/worldbank/dime-python-training/blob/31ed34d7053eedbf5b73bc4af22c2f819ca607a9/I%20-%20Introduction/slides/intro-to-python-CE-part2.tex#L110 Practically there are some considerations when it comes to scraping that might worth highlighting: - Error handling – if unhandled, this could stop/crash scraper scripts and lose data already...

https://github.com/worldbank/dime-python-training/blob/31ed34d7053eedbf5b73bc4af22c2f819ca607a9/I%20-%20Introduction/slides/intro-to-python-CE-part1.tex#L566-L635 Given how commonly [list comprehension](https://docs.python.org/3/tutorial/datastructures.html#list-comprehensions) is used in python, I think it's worth introducing the syntax – the objective is perhaps not for the audience to write in such...

which allows generic Exception through in case `UnforgivingExecutionContext` is used replaces #1215, sending from a non-default branch