Saiyang Gou

Results 8 comments of Saiyang Gou

宇宙级最轻量杀毒软件 https://github.com/Tlaster/YourAV

Microsoft calculator can't divide by 0: https://github.com/Microsoft/calculator/issues/107

VSCode repo issue board is spammed. https://github.com/microsoft/vscode/issues?q=is%3Aissue+label%3A*off-topic https://github.com/microsoft/vscode/issues/87440 Possible cause: https://github.com/microsoft/vscode/issues/87268

Debugger icon promotes insect extinction: microsoft/vscode#87548

Just want to point out two potentially breaking changes here. These should be reviewed before moving all metadata to `setup.cfg`. ## Version number retrieval The [Python Packaging User Guide from...

Looks like things are a bit tricky here. The current code is checking `if self._normalizer.context.node.type != 'funcdef'`, however `lambdef` is not recognized as a type of context currently. I'm trying...

@ShieLian 我的意思是利用和重排序网页上本身有的信息,不需要额外信息。网页上本身有一列“开课学期”,而我指的“专业方向”是指网页上本身有的一列“课程模块”(“专业教育课程”的“专业类”里面)。

This is yet another false positive [from `parso`](https://github.com/davidhalter/parso/blob/ef90bba3b3d4310c345885a1368dbfc8937765a3/parso/python/errors.py#L652). It only checked whether `yield` is inside a `funcdef` context, while a `lambdef` context should also be acceptable.