-
I would propose that we unify all the repositories under the py-pdf organization with [all-repos](https://github.com/asottile/all-repos). I would like to see that within the py-pdf organization projec…
-
hi there,
I've installed python-docx via pip install on W7-64 platform with Python3.6 installed.
When importing from docx getting error messages:
> from docx import Document
Traceback (most rece…
-
Currently the codebase is using `if [[ -n "${BOARD}" ]]; then ..` and alike where the double square brackets as they indicate the use of bash where this could be done from posix sh with `if [ -n "${BO…
-
*** Please make sure to use this template to report issue. Any issue report that does not follow this template will be ignored. ***
## Runtime environment
* OS (version): Fedora Linux 37
* VS Cod…
-
## Description
Trying to install language servers into a dockerised notebook-server, and jupyterlab-lsp is not able to find the language server
![no_typescript](https://github.com/jupyter-ls…
-
### Details
_No response_
Checklist
- [ ] ``sweepai/agents/refactor_bot.py``
- [ ] ``sweepai/agents/refactor_bot.py``
- [ ] ``sweepai/agents/refactor_bot_test.py``
![2599_flowchart.svg](http://2…
-
On [this page](http://www.webelements.in/QuickStart) the example imports `Document` but should import `Document.Document` and `page = Document()` should be `page = Document.Document()`
-
Hello,
This isn't really an issue with the package itself but more of a question to see if anyone else has had this problem.
I've added this package to a .NET azure function, it works fine local…
-
## Information
**VIM version**
VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Dec 15 2019 23:02:11)
MS-Windows 64-bit GUI version with OLE support
Operating System: Windows 10
Python: 3.7…
-
**Is your feature request related to a problem? Please describe.**
It has been requested several times in different places to adopt a clear and concise set of best-practices for python developers. Le…