CaptainStabs

Results 24 comments of CaptainStabs

This was fixed with the latest release

Altering this should accomplish this goal. https://github.com/Police-Data-Accessibility-Project/PDAP-Scrapers/blob/main/common/utils/demo_utils/field_extractor.py

Programmatically creating PRs on dolt is all done through GraphQL queries. I'm not entirely sure how we would provide an easy way for volunteers to feed the creation utility their...

This one might be difficult to do depending on how we plan on using the scrapers We can't package credentials to our dolthub with the scrapers, so for them to...

Old readmes contain run interval. Don't remember if the new version includes this.

Wrong agency ID btw. ![image](https://user-images.githubusercontent.com/40151222/138709345-87decae8-6d17-4d50-98d7-1e14556917cf.png) Better query is [SELECT * FROM `agencies` where `city` like "Aurora" and `state_iso` = "CO"](https://www.dolthub.com/repositories/pdap/datasets/query/master?q=SELECT+*+%0AFROM+%60agencies%60%0Awhere+%60city%60+like+%22Aurora%22+and+%60state_iso%60+%3D+%22CO%22&active=Tables) Actual agency id is `d416a8794d1c4a31bbf0cb464a40d498`

What does it mean by `The Bounty Hunters are working on this right now.` ?

An extra flag for `--summary` might be a good idea, cell-wise would be slower, and I only sometimes want a cell count

Just using default windows command prompt. Happens on my laptop that uses [Clink](https://mridgers.github.io/clink/), and on my desktop that just uses the vanilla command prompt. Also occurs in PowerShell OS versions:...