Gareth
Gareth
@kbariotis I understand that this is caused by `styled-components`. However, I did not expect to have to know such a detail of the underlying third-party library in order to use...
Thank you for the pull request! This would make running and serving Gutendex much easier. I do not have much experience with Docker, but I will take some time to...
Hi @coleyr, I have tried a few times to run docker-compose up with POPULATE_ON_START=true, but just before I would expect it to start updating the catalog, it seems to stall...
Hello, I remember recently having an issue like that with an older version of Ubuntu. I then upgraded to Ubuntu 22 and used the latest Gutendex code, and it worked....
Hi David, it looks like the code is failing to find a folder that is supposed to be created when the Gutenberg XML files are unzipped. Maybe the file was...
The script is supposed to delete the files before it finishes, but only after populating the database, and it looks like that is not happening in the video for some...
Hi again, no worries, that is another good idea. I found a number value in the Gutenberg catalogue XML files that seems to roughly match the number of bytes in...
Hi, I am glad you like it! Do you mean requests to add new books to the database? If so, then it would be outside of my intended scope for...
Hi, OK, why would you like to query with POST? Why not GET?
Hi again, I find that POST requests already work. Did you mean that you would like to use the request body to filter results instead of query parameters?