Andrew Turgeon
Results
2
issues of
Andrew Turgeon
#### Description This library requires the carat (`^`) of npm for `3.0.0` -> `^3.0.0` this causes issues for any packages consuming this library that require newer versions of npm because...
JSON deserialization for models using `IBMWatsonDynamicModel` fails when JSON object keys are case insensitive. The following Apex code can be run and errors out with: `System.JSONException: Duplicate field: IBMDiscoveryV1Models.QueryResult.id_serialized_name` ```...
bug