Andrew Turner
Andrew Turner
Thanks for the ping on this @dewitt. @JTWalraven This is an interesting proposal. My first question is if you can add some clarity on how the HAL+JSON resource is discovered?...
@thekaveman this looks like an interesting project. I would suggest looking at [KoopJS](https://koopjs.github.io/docs/basics/what-is-koop). Koop is an open-source tool for converting between API. We use it for ArcGIS Hub (your open...
I suggest that we keep the classes, but extract the visualization & dependencies to a separate library/module. This came up because I created a prototype Flask API using Hub.py and...
There are a lot of idiosyncrasies of ArcGIS server pagination depending on version, database used, primary key, deleted features, etc. Here is a general Python library we (Esri) maintain https://github.com/esri/ArcREST...
Ping @FelFly
@klara it would also be helpful if you can write an example of how the library should be used. Show loading bootstrap and then calcite theme. It might also be...
Let's presume that most people who create websites don't have a "build process" - instead they "edit HTML and JS files". And it may even be a static website My...
[prism.js](http://prismjs.com) looks like a good option - has plugins for line numbers, line highlights, etc