Gavin Rehkemper

Results 114 comments of Gavin Rehkemper

Thanks for calling to attention the other places like [originDestinationMatrix](https://github.com/Esri/arcgis-rest-js/blob/main/packages/arcgis-rest-routing/src/originDestinationMatrix.ts#L169) and [bulkGeocode](https://github.com/Esri/arcgis-rest-js/blob/main/packages/arcgis-rest-geocoding/src/bulk.ts#L104) .... we'll have to do the same thing as #1046 in those, or think of a better way...

@wsvoja it seems like `originDestinationMatrix` and `bulkGeocode` already support `rawResponse: true` correctly: 1. I have added a unit test in my PR for originDestinationMatrix so we don't have a regression...

Hi @wsvoja, thanks for the message. Could you please explain more about your use case of why you want to access the `rawResponse` and then call `cleanResponse()` yourself? Why not...

Discussed 6/22: - if someone has time, looking through the build process to see if the order of "build" and "deploy" is in the wrong order - Or if it's...

@addy I am attempting to replicate your issue. I am using the script that you posted: https://gist.github.com/addy/ba7ce5b69d3c2f3677021af213880510 ... Even if I use Node v16, I still get error `ArcGISRequestError: 400:...

I am following your [new code](https://gist.github.com/addy/2f1723e51724cf0ca05f0f5eae6e86a4) using Node v16, and getting an error on the `addItemPart()` call: ``` PS C:\Users\***\github\new-project> node .\index.js item.id 9ac0b94afc0b465cbabded02d00a0607 node:internal/process/esm_loader:97 internalBinding('errors').triggerUncaughtException( ^ TypeError [ERR_INVALID_STATE]: Invalid...

@patrickarlt I checked those other two cases, and they are actually already correctly working: https://github.com/Esri/arcgis-rest-js/issues/1045#issuecomment-1424823159. I did [add a unit test](https://github.com/Esri/arcgis-rest-js/pull/1046/commits/f65a64d35221cd2da42805fb039b9625212deee2) to cover rawResponse with originDestinationMatrix. Unless I hear any...

IIRC this may have started when we added job support (#1020).

I get the same thing, when installing a different project (got here from Google). I think this has to do with socket.io.

Hm, yeah in our data source we're using the "COUNTRY" attribute. It seems like if we use "COUNTRYAFF" attribute it may be more correct