Chris Sandvik
Chris Sandvik
Another question then, is there any practical difference between genres and tags? I know they are listed under different parts of the page when viewing an individual audiobook, but they...
Ah ok, then I believe it should just be the first category in each ladder as your `genre` and all below it as `tag` right?
I know that some books have no genres or tags assigned whatsoever, which could impact your testing. Here's an example of one that has no genres/tags on the book's page...
I'm still a little confused by your definition of genre vs. tag though. When looking at a book's webpage, you have the breadcrumbs at the top. I believe these are...
Ok then this part is what I'm confused about: > So I tested this on 2 books so far. It seems the first 2 are the genres, the rest are...
> Interestingly/cool enough, I'm also getting genres on API-only books (no longer available in the store), so that's an awesome side effect here! Yeah that's the main reason I thought...
Overall I've found it to be on par with Audible's, pretty much everything I've found on Audible I've been able to find a match for on iTunes, however my matching...
So I just did a test on [a random book](https://www.audible.com/pd/Warriors-Super-Edition-Crookedstars-Promise-Audiobook/006307463X) and saw that the Audible API returns a 2400x2400 image and the iTunes API returns a 3000x3000 image. This isn't...
Using the above workaround still ended up with an error in my project: ``` src/components/profile/download-pdf-modal/company-pdf/company-pdf.tsx:101:10 - error TS2352: Conversion of type 'ComponentType' to type 'ComponentType' may be a mistake because...
I made a chakra wrapper for react-select recently, if anyone else is looking for something like this! https://github.com/csandman/chakra-react-select