vashek
vashek
❓ **What kind of change does this PR introduce?** - [x] 🐞 bug fix - [ ] 🐣 feature - [ ] 📋 docs update - [ ] 📋 tests/coverage...
On import, with Python 3.7.9, I am getting: ``` smb\SMBConnection.py:48: DeprecationWarning: invalid escape sequence \/ smb\base.py:2995: DeprecationWarning: invalid escape sequence \/ ``` It is harmless but annoying. In both cases,...
I have only recently starting learning about Connexion and so far I love it, but there are two things that I'm missing: * some way to automatically check/test/verify that my...
This is to take advantage of https://github.com/zeromq/netmq/pull/1055
a fix for issue https://github.com/mstamy2/PyPDF2/issues/530 in the upstream project
I'm not the author of this bug fix. I found it, it fixed my problem and I've been using it since. I'd like it to be released if possible, please....
Some words are not rendered in the set intersection in my simple example, depending on their frequency. Here's a Google Colab link: https://colab.research.google.com/drive/1H8qTzKh0sgC4RmGAHQbFZwxIuRfcMheb?usp=sharing Code to reproduce: ```python from matplotlib_venn_wordcloud import...