- Southern California
- http://tomwayson.com
Pinned Loading
-
Esri/esri-loader
Esri/esri-loader Public archiveA tiny library to help load ArcGIS API for JavaScript modules in non-Dojo applications
-
esri-react-router-example
esri-react-router-example Public archiveExample of how to load and use the ArcGIS API for JavaScript in a react-router application
-
-
Esri/ember-esri-loader
Esri/ember-esri-loader PublicAn Ember addon to allow lazy loading the ArcGIS API for JavaScript in Ember applications
-
Esri/generator-esri-appbuilder-js
Esri/generator-esri-appbuilder-js Public archiveYeoman generator to help customize Esri's WebAppBuilder
-
Esri/angular-esri-map
Esri/angular-esri-map Public archiveA collection of directives to help you use Esri maps and services in your Angular applications
505 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Activity overview
Contribution activity
March 2025
Created 14 commits in 1 repository
Created a pull request in Esri/hub.js that received 1 comment
refactor(hub-common): isolate and use type-only for @esri/arcgis-rest-types imports
Description: Instructions for testing: Closes Issues: # (if appropriate) Updated meaningful TSDoc to methods including Parameters and Retu…
Opened 6 other pull requests in 1 repository
Esri/hub.js
6
merged
-
refactor: import IUser from arcgis-rest-portal instead of -auth
This contribution was made on Mar 25
-
refactor: reduce imports from @esri/arcgis-rest-types
This contribution was made on Mar 25
-
chore(hub-common): remove more uses of UserSession in tests
This contribution was made on Mar 24
-
chore(hub-common): remove use of UserSession in tests
This contribution was made on Mar 24
-
chore: fix lint-staged tslint command
This contribution was made on Mar 20
-
chore(hub-common): enforce tslint
This contribution was made on Mar 19
Created an issue in Esri/arcgis-rest-js that received 1 comment
IUserRequestOptions.authentication should be an ArcGISIdentityManager
Describe the bug
In 3.x IUserRequestOptions.authentication
was a UserSession
, so in 4.x I would expect IUserRequestOptions.authentication
to be an A…