Puneet Kohli
Puneet Kohli
Hi there, Could you please consider adding documentation on reading the code, and which files to follow for what? I would also consider adding function-level comments.
Hi, This is a great repo and really helped me and my team to use MVP with Firebase in Android. I was wondering if you or anyone else could work...
I want this to work with videos in the github repo but it creates a big black border around the video. Any idea how to fix this?
Hi, We're using this plugin at our workplace as a replacement for the previous Jira DVCS connector. Got in touch with @andymckay for how to automatically trigger workflows from Github...
Is this in the pipeline?
The README shows that to pass in a vector we need to do something like ``` --my_list=1,-2.1,3,4.5 ``` whereas this does not work. We need to do, ``` --my_list={1,-2.1,3,4.5} ```...
I have been trying to get an array of floats passed into cxxopts. My option definition: ```cpp options.add_options("Output") ("p,pattern", "Description.", cxxopts::value()) ``` I specify it on the CLI as ```bash...
Similar to #25 I am getting the error "Could not get pull request number from context, exiting" I tried playing around with a variety of things but could not get...
Hey guys, I've got the retraining script to work on one of my custom datasets. My requirements are as follows- - Use the pedestrians, traffic lights, and vehicles from the...