Roman Chernyatchik

Results 87 comments of Roman Chernyatchik

Missing at the moment: * Documentation - [ ] Show doc for wrapper keyword argument in completion/F1. Use info from meta.yaml - [ ] Documentation for section name (e.g input/output/...)...

Initial support implemented, rest will be in `wrappers` milestone

Seems not all mentioned in `Missing at the moment:` is extracted as issues

P.S: it is valid if the method will be invoked later or lead to error if method invoked while DAG building too early. So we could add a weak warning.

Related to #155, #173

Related commits: https://github.com/JetBrains-Research/snakecharm/pull/164/commits/3a650a3034a5596b5ca1d84d81dbb44d2b21d244 https://github.com/JetBrains-Research/snakecharm/pull/164/commits/828750cc3fb66bcb3341c8d79caf597abece17f3

Related issue: https://youtrack.jetbrains.com/issue/PY-36831

Same error `7.12.0` with `--jobs 1` but works with `-c 1`

Fix requires not only deprecated API changes, but also address to change `SlowOperations` behaviour used to update internal code insight plugin caches: At the moment exception fails to often: ```...