Scott Barnes
Scott Barnes
Hi, @Billa05. Thanks for this. I will talk with @mekarpeles about how to proceed. One thing I realize I may not have been clear about is I was wondering, for...
We _might_ be able to get some ISBN data out of some of the records. I am not sure how reliable this is, but in looking at the records for...
I realize you may already be planning this, but just to error on the side of caution, how about doing something like, for example: ```python >>> from isbnlib import canonical...
This looks great, @Billa05. Thanks so much for your hard work. @mekarpeles had mentioned either (1) querying `search.json` in batches of 100, or (2) parsing a [data dump](https://openlibrary.org/developers/dumps) (presumably the...
(I've edited this after I better understood your question). With respect to what @mekarpeles said here, I think I see where your confusion is: > Compile a list of all...
@Billa05, I updated my comment above as I think I understood the confusion. Please let me know if everything makes sense now.
Thanks for your offer to help, @Ayush1404. I think this one may be difficult for non-staff to work on because you won't be able to check your work.
@RayBB, this one is puzzling me a bit. Are you able to reproduce this on the current `master` branch in the local development environment? I just tried: ``` ❯ curl...
For my part I am indifferent to this one, but I can see how people might have opinions on it. If there is a specific reason it's disabled, that reason...
With better documentation about how to run imports locally, this could possibly be a good first issue.