Omar Tanner
Results
2
issues of
Omar Tanner
When one creates an OkHttpNetworkAdaptor without specifying their own working OkHttpClient, the default OkHttpClient generated may have a null ProxySelector. This causes a NullPointerException in my program using JRAW. I...
**Describe the bug** The code example ```c# enum ItemType { Sword, Shield, Bow, LastItem } const int NUM_ITEM_TYPES = (int)ItemType.LastItem; public override void CollectObservations(VectorSensor sensor) { // The first argument...
request