Niccolum
Niccolum
pipreqs /home/nicky/ ERROR: Failed on file: /home/nicky/projects/DjangoBI/files/tests/csv_load_tests.py Traceback (most recent call last): File "/usr/local/bin/pipreqs", line 11, in sys.exit(main()) File "/usr/local/lib/python3.5/dist-packages/pipreqs/pipreqs.py", line 396, in main init(args) File "/usr/local/lib/python3.5/dist-packages/pipreqs/pipreqs.py", line 341, in...
Good day. Faced with the fact that I need a filter in the form of user input of strings in order to return the result to the user. I.g. he...
Examples of created plots here     Code from here: https://github.com/Niccolum/intrst_algrms/tree/master/binary_tree
### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it....
I use vscode on windows Command: ``` python -m venv venv .venv\Scripts\activate pip install python-dotenv[cli] dotenv run -- python -c "import sys; print(sys.executable)" ``` Expected: `\path\to\venv\Scripts\python.exe` Real: `\path\to\system\python.exe` If needed...
What will happen if some of the fields are in one style and some in another? How does it work in practice? I would like to see more examples in...
pre_parse, post_parse, pre_serialize and post_serialize methods would be logical to name similarly to methods dump и load, i.e. pre_load, post_load, pre_dump, post_dump
Before submitting a new issue, please check if a similar issue has already been filed. ### Issue subject Can you create async classes, based on httpx or aiohttp client. ###...