Dmitry Figol

Results 18 issues of Dmitry Figol

I am running PyCharm on macOS and the plugin fails due to click failure. Environmental variables LC_ALL and LANG are set for my user, but I don't think PyCharm uses...

Hi, I think it would be awesome if the default value for Optional types would be set to None. Here is a snippet I hoped would work: ``` import attr...

Feature

* cattrs version: 0.9.0 * Python version: 3.6.6 * Operating System: macOS ### Description I use cattrs + attrs (w/ type annotations and `auto_attribs=True`) + marshmallow. Marshmallow does data normalization...

Multi-line code block is displayed as inline code. Also the first line has a leading space. Markdown entered: ```` ``` import pdb pdb.set_trace() ``` ```` Result:

With Python 3.7 if you run the program as a module, it is possible to wrap it with another debugging module: `python3.7 -m pdb -m ` **ipdb** does not recognise...

Hi! I stumbled upon this problem, when I started doing converter from EVE-NG to GNS3. From source EVE-NG topology files I was able to generate .gns3 topology file. They were...

Enhancement
Question

Awesome project, kudos. It would be great if the client could create a single WebSocket connection to **/** instead of **/task-id**, subscribe to task or tasks and then receive events.

enhancement

* folder schema / crud https://smartsheet-platform.github.io/api-docs/#folders * list objects in folder https://smartsheet-platform.github.io/api-docs/#get-folder * create sheet in folder https://smartsheet-platform.github.io/api-docs/#create-sheet-in-folder

enhancement
priority:high

https://github.com/encode/httpx It will provide both sync and async support

enhancement

When the payload is incorrect, this is what I get from async call `smartsheet.sheets.add_rows(sheet2.id, new_rows_group)`: ``` Traceback (most recent call last): File "scripts/move_rows.py", line 54, in asyncio.run(main()) File "/Users/dmfigol/.pyenv/versions/3.7.4/lib/python3.7/asyncio/runners.py", line...

bug