Stephen Finucane

Results 77 issues of Stephen Finucane

Add a new config option, `click_mock_imports`, that can be used to list modules that should be mocked when building documentation. This is not expected to be widely used but can...

This might be related to #58 but I'm not sure. I'd like to integrate [tox-docker](https://github.com/tox-dev/tox-docker) into [my project](https://github.com/stephenfin/patchwork/tree/tox-docker-integration). I currently have `[tox] envlist` like so: envlist = pep8,docs,py{27,34}-django111,py{35,36}-django{111,20,21,22} I want...

Thanks for the excellent library. I have a request. I'm currently getting error messages like the following for an invalid schema: ``` Traceback (most recent call last): ... File ".../openapi_core/unmarshalling/schemas/unmarshallers.py",...

kind/enhancement
area/unmarshalling

Two changes. - Switch tests to pytest - Add GitHub Actions workflow, remove Travis Check the commit messages for more information.

I store generated man pages in git. While auto-generated files generally aren't stored in version control, there are some advantages to this, chief among them being ease of packaging. Unfortunately,...

Click allows you define options like so [[1]](https://click.palletsprojects.com/en/7.x/options/#feature-switches): ``` @click.option('--public/--private', default=False) ``` In this case, two mutually exclusive options will appear for the command, `--public` and `--private`. In the above...

Files change, and the tagfile should change with them. The plugin should automatically update the tag file each time it detects a change (i.e. a save), without having to rebuild...

Feature Request

Per `pylint` output, many of the functions are too long, don't have docstrings, etc. For example, the `build_xxx_file` methods in `test_ctags.py` should be function - not methods. These should be...

Feature Request

We should be able to right click on a file/folder in the sidebar and build ctags for said file/folder. This means the plugin should be smart enough to ignore the...

Feature Request

Right clicking while building tags causes the following error: ``` Traceback (most recent call last): File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 463, in is_visible_ raise ValueError("is_visible must return a bool",...

Bug