Hmvp

Results 24 comments of Hmvp

> From what I understood from the article the reflexion mode would effectively allow you to collapse a selection of nodes (i.e. a subgraph) into a new node (i.e. a...

I have the same issue on Ubuntu 19.10, Python 3.7 (system default) and LS 0.5.30.0. I regularly need to send SIGTERM to the language server process to keep it from...

@mvantellingen I rebased the original fix and updated the testcase to be a lot smaller. However the original fix (as found in https://github.com/acidjunk/python-zeep/blob/original_fix/src/zeep/xsd/types/complex.py) does not work anymore in 4.0.0 Would...

> @mvantellingen I rebased the original fix and updated the testcase to be a lot smaller. However the original fix (as found in https://github.com/acidjunk/python-zeep/blob/original_fix/src/zeep/xsd/types/complex.py) does not work anymore in 4.0.0...

Had to slightly tweak the test (I'm sorry for the huge wsdl, but reducing somehow removed the error) Also added a fix for some existing issues in the master branch...

I am not sure if this feature request is actually wanted. I would say that documenting this behavior and giving a way to detect reconnects should be enough. If it...

You could replace the match statement with a construct that does the same thing but allows more mutations..

let statements can be replaced with default calls if the type implements default. And while the last return statement should stay we could replace it with a default call if...

Ilogiq, do you have any pointers on what the best approach for this would be? I assume the first route is the easiest and the only downside is that projects...

It would be nice if this checker could detect all functions that accept `typing.Iterable`