Andrew Turgeon

Results 3 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

Basically, I have been trying to figure out a way to create an partial "uber" jar. The documentation clearly states that by default it will create an "uber" jar from...

enhancement
question