Gavin Rehkemper

Results 69 issues of Gavin Rehkemper

Allow user to choose sort between: - popularity - alpha - others?

hacktoberfest

https://www.npmjs.com/package/react-router-sitemap

hacktoberfest

https://www.npmjs.com/package/calcite-react Would need to use something else for the grid though, maybe https://caniuse.com/#search=css%20grid ?

When viewing this webmap in the AGOL viewer I get a popup when I click on the map: http://www.arcgis.com/home/webmap/viewer.html?webmap=6a872bb05abf46a5bf64ca2d06749f9b I do not get that same popup when viewing through the...

most of the changes (minor changes to `package.json`, changes to `tsconfig.json`, update parcel version in `example/package.json`, etc) are from the new tsdx template. also updates esri-loader peer dependency: https://github.com/tomwayson/esri-loader-hooks/pull/26/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519R30 so...

In order to specify a portalUrl, I want to pass a JSON object to `useWebMap` like this: ``` const [ref, view] = useWebMap({ portalItem: { id: '123abc', portal: { url:...

I'd like the ability to create an [`OAuthInfo`](https://developers.arcgis.com/javascript/latest/api-reference/esri-identity-OAuthInfo.html) instance and pass it to `IdentityManager` via a call to [`registerOAuthInfos([])`](https://developers.arcgis.com/javascript/latest/api-reference/esri-identity-IdentityManager.html#registerOAuthInfos) before I use `useWebMap()`. This is currently impossible to do because...

@ajturner any preference on unit testing library? I have started going down the path of using mocha+chai, so would prefer that, but open to input.