szymonk211

Results 5 issues of szymonk211

Hey. Great project! I have a proposition for feature i often used in Intellij and Eclipse called in Eclipse: "select enclosing element". For example in code below: ![image](https://user-images.githubusercontent.com/30978460/39480327-1d6f3094-4d68-11e8-95a6-770ba16566c0.png) if you...

I thing that the code to parse simple, most basic use case is a little bit too complicated: ```python from dataclasses import dataclass from simple_parsing import ArgumentParser @dataclass class HParams:...

In Pycharm ipython console with attached debuger: ```python import matplotlib matplotlib.use("TkAgg") ``` causes import error: Traceback (most recent call last): File "/home/greensort/miniconda2/envs/borowka_fix/lib/python3.7/site-packages/IPython/core/interactiveshell.py", line 3296, in run_code exec(code_obj, self.user_global_ns, self.user_ns) File...