Gavin Rehkemper

Results 114 comments of Gavin Rehkemper

I merged our Travis fix (#222) so the automated tests would run correctly - now that they're running correctly, looks like there are some linting errors: https://travis-ci.org/Esri/esri-leaflet-geocoder/builds/572742590?utm_source=github_status&utm_medium=notification

@08Thug this PR was not merged - see my comments above. A PR that includes these changes plus the fixes would be welcomed.

Thanks for the report. Could you please: 1. Let us know: What Operating System(s) and version(s) does this happen on? 2. Create a JsBin (https://jsbin.com, or codepen, codesandbox, etc) that...

Thanks - what are the replication steps?

Thanks... 1. if you import using the script tag (for example, ``), then you access via `L.esri.Geocoding....` 2. if you import using the newer `import * as .... from 'esri-leaflet-geocoder'`...

Thank you for the report. ArcGIS REST JS does indeed scrub "control characters" for `getItemResource()` calls when `readAs` is `json`: https://github.com/Esri/arcgis-rest-js/blob/090e3a590142d40b32390bf1d4775e7d0be876bd/packages/arcgis-rest-portal/src/items/get.ts#L226-L237 -> https://github.com/Esri/arcgis-rest-js/blob/090e3a590142d40b32390bf1d4775e7d0be876bd/packages/arcgis-rest-portal/src/items/get.ts#L441-L445 In this case, the "space" you're seeing...

Closing this due to lack of activity. If any more info please post here and we can re-open.

We are having this issue too with getting our Alexa skill approved. Note that [there are multiple requirements for verification](https://developer.amazon.com/docs/custom-skills/host-a-custom-skill-as-a-web-service.html#verifying-the-signature-certificate-url), including: 1. Verifying the signature certificate url: 1. The protocol...