Jackson Toomey

Results 4 issues of Jackson Toomey

I've added a .codeintel/config file to my sublime project with the following values: `{ "Python3": { "python3": "venv/bin/python", "pythonExtraPaths": [ "venv/lib/python3.4/site-packages" ], "codeintel_scan_extra_dir": [ "venv/lib/python3.4/site-packages" ] } }` where venv...

When creating a folder for a source, if you call post, the folder data is not sent, but if you call put you get a method not allowed error.

- Version by `html2text --version` 2018.1.9 - Python version `python --version` Python 3.6.6 With an input of `This tag shows bold text.`, the resulting markup is `This tag shows **bold...

When using flask's own MethodView with flask injector, the app fails with the error: ``` Traceback (most recent call last): File "/Users/jacksontoomey1/.virtualenvs/rooster-d4LzYqiE/lib/python3.7/site-packages/flask_injector.py", line 101, in wrap_class_based_view class_kwargs = fun_closure['class_kwargs'] KeyError:...