Maria Knorps
Maria Knorps
Hello, I crated an example for **voronoi_plot_2d**, but when I generate the documentation with: ''' python setup.py build_sphinx ''' no figures are created. Is there some other method for generating...
I had the same error. My Haskell program did not see `downward` library. Fix it by adding `downward` executable file path (which is not the Python script, but the program...
`pyahoarsick` library is newer than the last commit in `pipreqs` repository. You should update [MAPPING](https://github.com/bndr/pipreqs/blob/master/pipreqs/mapping) file. As for `github` module, it is present in mapping file on line 681: ```...
> Some editors support parsing error messages from compilers where lines start with $filename:$linenumber and will then present/jump to these inside the editor. For example, both Pylint and Flake8 produces...
We will go back to that once we have an example of a namespace package and the expected behavior.
Thank you for reporting that @obscurerichard :bow: Please check this one: https://discord.gg/V2d9xpgD4D. If it works we will update the FawltyDeps documentation.
It is easy to distinguish between core and extra **dependencies** as declared in configuration files. It is not as easy to distinguish which **imports** are related to core/extra dependencies, as...
I think we can do that, but I do not see how this will be helpful for the main goal of the project (mark missing dependencies) if we do not...
### `--pyenv` usage comments I think that we have established a general pattern of how FawltyDeps works - it has a reasonable defaults and if those defaults are not sufficient...
Implementation plan: - [x] Create a working GitHub `publish` action to test PyPI - [ ] Use Nox with the above `publish` action - add a check if `pyproject.toml` version...