Oussama ENNAFII
Oussama ENNAFII
The following code is for splitting a string into a vector of strings. It works well with `gcc` and `clang` but fails when compiled with VS 2019. ```C++ #include #include...
In my project doctstrings, I have some sphinx style notes. In consequence, I have a line break just after `.. note::` as shown hereafter: ```python def foo(): """ Fancy doc...
### Package Name pre-commit ### Package Component _No response_ ### Package Description A framework for managing and maintaining multi-language pre-commit hooks. ### Project URL https://pre-commit.com/
### Describe the Bug `pre-commit` needs `importlib-metadata` package on Raspbian Buster. ### Steps to Reproduce 1. ```sudo apt install pre-commit``` 2. ```pre-commit -h``` ### Expected Behaviour Show the help message....
It would be really helpful to have type hints or stubs for this package to help the developer in his experience using the library*. I have found no alternative solution,...