Results 42 issues of Valeriy Mukhtarulin

``` [bumpversion] current_version = 2018.01.31 commit = False tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+) serialize = {major}.{minor}.{patch} [bumpversion:file:setup.cfg] [metadata] name = perfect-jsonschema version = 2018.01.31 ``` If I run `bumpversion...

>This recording has been archived >All unclaimed recordings (the ones not linked to any user account) are automatically archived 7 days after upload.

When I set keep_warm_expression it fails with ``` events=events File "/Users/valery/.local/share/virtualenvs/document_data_extract_zappa-j8vc3Vbe/lib/python3.6/site-packages/zappa/core.py", line 2783, in schedule_events print("Could not create event {} - Please define either an expression or an event source".format(name))...

As reported in https://github.com/scrapinghub/spidermon/issues/51#issuecomment-480250235 (I cp message here, since the original is too long) We need to support other non natively jsonifiable types or force specific Python types with jsonschema...

Type: Enhancement

https://github.com/rtfd/sphinx-autoapi 1. doesn’t run the code, it just parses the files, thus removes any need from installing the package and solves dependencies overhead. 2. doesn’t require you to execute the...

Type: Docs

nb_black 1.0.6 listing a path ending with `/` results in an error `ls ./` ERROR:root:Cannot parse: 1:4: ls ./ Traceback (most recent call last): File "/usr/local/lib/python3.6/dist-packages/lab_black.py", line 210, in format_cell...

#315 #164 nbsphinx 0.4.2 pandoc 2.7.1 ``` ## H2 #### H4 ``` results in h3 headers for both in HTML. Ipynb with rendered html [Archive.zip](https://github.com/spatialaudio/nbsphinx/files/3579886/Archive.zip)

nbsphinx 0.4.2 pandoc 2.7.1 ``` A list: * one * two ``` produces one-liner in html. The workaround is to add a newline between points.

Could somebody point me to how I can set mysql back-end up? At the moment I have sqlite which simply reads from a file, I want something similar but with...

Seems like a corner case, so I think at least we should raise an error when such situation happens: ``` echo '{"id": [0], "id_0": 2}' | flatten_json >>>{"id_0": 2} ```...