-
When calling `code2flow` within python (i.e. not via cmd line), the default logging config [is overwritten](https://github.com/scottrogowski/code2flow/blob/master/code2flow/engine.py#L711):
`logging.…
-
https://code.visualstudio.com/docs/editor/extension-marketplace
| Name | Identifier | Notes |
| -- | -- | -- |
| Better TOML | `bungcip.better-toml` | |
| Code Spell Checker | `streetsidesoftwar…
-
Originally reported by: **Adam Groszer (BitBucket: [agroszer](http://bitbucket.org/agroszer), GitHub: @agroszer?)**
---
I created a repo to repro this:
https://github.com/agroszer/playground
After…
-
Type: Bug
# Behaviour
Tests marked with `xdist_group` execute as expected in VS Code, just as they do via the CLI. However, VS Code fails to report their results.
This is the same issue as desc…
-
As of v0.15.0, there is a toy implementation of multi-shot generators (i.e. *re-resumable* generators) buried within the automated tests, see [unpythonic.syntax.tests.test_conts_gen](https://github.co…
-
```console
+ /usr/bin/python3 setup.py build_sphinx -b man --build-dir build/sphinx
running build_sphinx
Running Sphinx v4.1.2
making output directory... done
loading intersphinx inventory from h…
-
Originally reported by: **Adam Groszer (BitBucket: [agroszer](http://bitbucket.org/agroszer), GitHub: [agroszer](http://github.com/agroszer))**
---
I created a repo to repro this:
https://github.co…
-
Here is a list of tags one can use to enhance Mudkip visibility on Github
```
python
documentation
documentation-tool
sphinx
sphinx-doc
sphinx-theme
sphinxcontrib
sphinx-extension
mud…
-
The `LazyRepeater` is intended for a re-iterable `Iterable`.
If the `iterable` is not re-iterable, for example, if it is a generator created by a generator expression or the `yield` keyword, then ite…
-
### Issue with current documentation:
The [current page for the numpy.random API reference](https://numpy.org/doc/stable/reference/random/index.html) contains explanatory material, but should also …