Maximillian Lokans
Maximillian Lokans
When trying to run tests in the `develop` and `master` branches of the projects they fail while testing `get_categories` method. Here is a traceback: ``` self = , payload =...
The **flow** section emphasizes pull-requests to be made against the `develop` branch, while the **Contributing** section tells developers to ``` Start a pull request to the master branch ``` So...
Refers to issue #6 To test it locally: ```bash # Build actual image docker build . -t needl # Run it with no traces in system after completion # Note...
I am trying to develop a functionality similar to pycharm's or sublime text's multiple selections (when you select some text, press hotkey and capture the following occurrences of the text,...