john gravois

Results 119 comments of john gravois

I forgot to mention, you're also welcome to just pile commits onto the PRs I already have open too.

yeah. I think I gave you permission manually, but its also just a handy (new) default in GitHub to give maintainers push access to the forked repo branch when a...

we've had success with the `basePath` option developing https://esri.github.io/arcgis-rest-js/ #74 would make it possible to launch the browser to display the nested folder using CLI and close the loop on...

@bhaskarvk just fyi, you _can_ 'turn on' issues in a fork via: Settings > Features - [X] Issues

hey @harryxue1999! thank you for taking the time to propose this change and sorry for the belated response! turning arc.js into a UMD is still definitely an option but at...

ahh. the holy grail. https://github.com/Esri/geoservices-js/issues/35 just my two cents, but i think this would be popular enough to warrant including in the existing packages. that said, it might make it...

hey @rbrtmrtn and @gavinr! 👋 > Should we incorporate that into ArcGIS REST JS? I'd say no. a demo that shows how to use both libraries together would be a...

have you tried passing that value as an integer instead of a string? ```js updateUser({ authentication: this.adminSession, user: { username:this.member.username, level: 2 } }) ``` if that doesn't work i...

to say that I have a soft spot for Esri Leaflet would be an understatement. it was the first open source project I really cut my teeth on and gave...