Shital Shah

Results 11 issues of Shital Shah

I have been integrating rpclib latest release to AirSim. One thing that took 6+ hours of effort is new dependency on cmake 3.9. As AirSim needs to work on Linux,...

Just saw this access violation due to nullptr error. It might be worth looking in copy constructor of rpc::server. Unfortunately error doesn't seem to be consistently reproducible but it looks...

bug

I'm seeing a strange behavior after I updated rpclib as submodule. It seems below line modifies rpc\config.h: `cmake -G"Visual Studio 14 2015 Win64" ..` This causes strange pending change just...

enhancement
ready

This PR adds on the top of https://github.com/bearpaw/pytorch-classification/pull/9. - Add Pytorch 4.1 and 1.0 compatibility (mainly use `item()` instead of [0] and `torch.no_grad()`). - Also added VS solution files for...

This is header-only library for bmp files: https://github.com/ArashPartow/bitmap

Looks like Google-code version has moved on to 3.2.1. Any chance to update githum repo and bower?

It looks like some of the actionlib uses unnecessary ";" which GCC correctly points out with stricter options. For example, ``` /opt/ros/indigo/include/actionlib/action_definition.h:58:2: error: extra ‘;’ [-Werror=pedantic] /opt/ros/indigo/include/actionlib/destruction_guard.h:126:2: error: extra ‘;’...

wontfix

This is great tool but pretty dangerous because it tries to scan entire folder. The folder may lots of dependencies or external code which we might not want to touch....

Currenty Gym environments based on Box2D fails to install on Windows 10/Anaconda 4.7+. The reason for this is the new GCC 5.3 that gets installed with latest Anaconda. These newer...

In [strict mode](http://shitalshah.com/p/how-to-enable-and-use-gcc-strict-mode-compilation/), compiler spits out several warnings. Would be nice to have warnings as errors. ``` 4>c:\githubsrc\airsim\droneshell\src\linenoise.cpp(1249): warning C4701: potentially uninitialized local variable 'part1' used 4>c:\githubsrc\airsim\droneshell\src\linenoise.cpp(1255): warning C4701: potentially...