Gavin Rehkemper
Gavin Rehkemper
Now on v4 we have automatic semantic releases working, but it does not create entries in [GitHub Releases](https://github.com/Esri/arcgis-rest-js/releases). In the future we hope to switch to a solution that also...
Many of the ArcGIS REST API endpoints have "max items returned" limits. For example, if my group has 250 items in it, a call to `https://www.arcgis.com/sharing/rest/content/groups/${groupId}/search` will only return the...
This already exists on [IOAuth2Options](https://esri.github.io/arcgis-rest-js/api/auth/IOAuth2Options/#provider), so deprecate the provider [property on `UserSession`](https://esri.github.io/arcgis-rest-js/api/auth/UserSession/#provider). @tomwayson looking into this
Similar to [`getGroupContent`](https://esri.github.io/arcgis-rest-js/api/portal/getGroupContent/) and [`getGroupUsers`](https://esri.github.io/arcgis-rest-js/api/portal/getGroupUsers/), does it make sense to add `getGroupCategorySchema` ([doc](https://developers.arcgis.com/rest/users-groups-and-items/group-category-schema.htm))? (and perhaps related [assign](https://developers.arcgis.com/rest/users-groups-and-items/assign-group-category-schema.htm), [delete](https://developers.arcgis.com/rest/users-groups-and-items/delete-group-category-schema.htm), and [update](https://developers.arcgis.com/rest/users-groups-and-items/update-group-items-with-content-categories.htm))
When working with customers, a common request I get is to have the colors of a graph (most typically this happens with a pie chart but could be with any...
Our [build process checks for linting errors](https://github.com/Esri/esri-leaflet-geocoder/blob/059a831609a239cf568a31cbff8d43028e1a0e3b/package.json#L76), but code editor plugins typically will rely on an `.eslintrc` file to auto-lint for you. We should set this up so editing is...
Is this data set being kept up to date? It looks like the latest update was in 2015, but the [data here](https://data.cityofchicago.org/Transportation/Bike-Routes/3w5d-sru8) was updated in 2020. I can see some...
Report from @thejones https://github.com/Esri/generator-esri-appbuilder-js/issues/61#issuecomment-347382600: > At work we used the generator and Grunt and everything fell apart when we got past a couple of widgets. It was simply too slow...
Integrate the generator into the `arcgis cli` https://github.com/Esri/arcgis-js-cli/
**Describe the bug** If you configure the site to run at a relative sub-directory, like https://my-example-site.com/my-base-path/, per [Base URLs](https://sapper.svelte.dev/docs#Base_URLs), then run a `sapper export`, when you load the page you...