Results 87 comments of David Hicks

``` PREFIX schema: SELECT ?project ?projectLabel ?repo WHERE { # Items with a repo on github ?project p:P1324 [ps:P1324 ?repo; wikibase:rank ?rank; ]. # Include both preferred and normal ranked...

@konstin One example is Chromium, see https://www.chromium.org/developers/github-collaboration where an official mirror exists at https://github.com/chromium/chromium Both releases and tags show up in GitHub for this project, but I suspect the releases...

An example of where this feature could be helpful is in parsing the JPEG Interchange Format (see ITU-T T.81 at https://www.w3.org/Graphics/JPEG/itu-t81.pdf). In the non-hierarchical variant of this format, any number...

`repeat: while` would be perfect for this situation. I don't think option (3) would work because the next marker would be read into `elements.last`. The next item in the sequence...

Just to clarify with example (2), `_it = new Element(this._io, this, _root);` should not raise an exception (if there aren't enough bytes in the stream to read, if a magic...

I'm happy with the suggested approach of implementing exceptions and allowing exceptions to be caught/ignored. I realise this is no easy task though! As an interim solution, I was thinking...

Since the ACTmapi imagery was [added in 2018](https://github.com/osmlab/editor-layer-index/issues/297), it looks like they've updated the imagery from using EPSG:4326 and EPSG:28355 projections to the new projection of EPSG:7855 (GDA2020). In the...

Spider deleted (split and renamed per country. There is a functioning spider for US, CA, AU and SE.

Working per https://data.alltheplaces.xyz/runs/2023-05-31-05-12-59/stats/monicals_pizza_us.json

Gamestop (Canada) has 224 stores listed in a single and simple JSON array at https://www.gamestop.ca/StoreLocator/GetStoresForStoreLocatorByProduct?value=&skuType=0&language=en-CA The Gamestop (USA) Stores-FindStores API works in Australia, but I note there are CSRF tokens...