Results 87 comments of David Hicks

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

Closed per d8bd4e5cf1ed3bebab68c3c5fc2b71aee5596b63

I agree with the need to either bundle sample files, or have an automated test mechanism which can download sample files from external websites. For testing of a .ksy specification...

How will this model work with https://ide.kaitai.io ? If someone wants to enhance or use an existing file format specification, will the `import` statements be able to load the correct...

This proposal is just for a minor UI improvement to allow custom facets to be added via `All > Facet > Custom Facet`. A user of course can currently pick...

One further suggestion is whether "Custom facet..." could be changed to "Multi-column facet" or "Custom multi-column facet" or something similar to make it a bit clearer the intent is the...

TODO list: - [ ] Implement and test `AutomaticSpiderGenerator` for all remaining store finders. - [ ] (for later) Implement a custom feed exporter rather than using an `item_scraped` signal...

It just occurred to me that `storefinder_exists` and `extract_spider_attributes` will need to be able to request additional pages (for example, source of iframes, or parsing an external JavaScript blob for...

I've modified `StorefinderDetectorSpider` to allow store finders to not just return `True`/`False` whether the store finder is detected at a URL, but also return a `Request` object which allows other...

Thanks for the bug reports, I'll get onto fixing those :)