Vinay Sharma

Results 17 issues of Vinay Sharma

Hi @Martiusweb , First of all thanks for this library. This has really helped in unit testing with aiohttp. I faced an issue while running parameterized testing using [ddt](https://github.com/datadriventests/ddt). Let's...

I am using vim-anyfold with GitGutter plugin. `:GitGutterPreviewHunk` opens a pop window to view changes. But when `autocmd Filetype * AnyFoldActivate` is present in my vimrc, it throws the following...

I think we should first fix Ubuntu's build, and then move on to fixing osx's builds. https://travis-ci.org/JdeRobot/DetectionSuite

bug
help wanted
critical
good first issue

@igarag , Some recent commits have introduced security vulnerabilities too DetectionSuite. You can find them [here](https://github.com/JdeRobot/DetectionSuite/network/alerts).

critical

See [this](https://travis-ci.org/JdeRobot/dl-DetectionSuite/jobs/507701094) build log. You will see issues similar to: ``` /Users/travis/build/JdeRobot/dl-DetectionSuite/DeepLearningSuite/DeepLearningSuiteLib/DatasetConverters/liveReaders/GenericLiveReader.cpp:129:31: warning: adding 'LIVEREADER_IMPLEMENTATIONS' to a string does not append to the string [-Wstring-plus-int] LOG(WARNING)

``` $ ./install_darknet.sh make: /usr/local/Cellar/cmake/3.14.0/bin/cmake: No such file or directory make: *** [cmake_check_build_system] Error 1 The command "./install_darknet.sh" failed and exited with 2 during . ``` After building darknet from...

If an older version like 2.4.8 is installed alongside newer supported version, then in some cases cmake may find older versions and throw a error subsequently. Have a look at...

bug
help wanted
good first issue

Exceptions raised in python code doesn't halt the calling c++ code, causing the c++ code to run and causing a segmentation fault eventually

help wanted
good first issue

As the code base is increasing, it would be very helpful to have a documentation for the code, preferably doxygen.

help wanted
good first issue