Brosseau Valentin
Brosseau Valentin
@GovetaXV Hi, Thanks for the link. Unfortunately the current version of python-sitemap doesn't support « full javascript » website, this is why the paperarchive.space doesn't work. Sorry
Interesting what is your Python version please ?
Hi, It's a really nice idea. The major drawback I can see is that we can miss some new page in previously crawled pages. But with some work (like preload...
Hi, It's a nice addition, however ratelimit seems not present in the default library. It's an additional library (https://pypi.org/project/ratelimit/) ?
Hi, Ratelimiting is a good addition, but i'm not a big fan of a tierce library. Not because its a tierce library, but I really like the idea of a...
First time i seen this point. Seems I will have to chunk the produced sitemap 🤔
I confirm. It's a good addition (and is on the spec so 👌). I looked at how to integrate it, but it doesn't seems thats simple to do it. Tell...
Same question I have the same issue. If anyone have a solution ?
Hi @igordmn not in my case, In fact it's seems partially fixed : With material 3 no problem : ```kt import androidx.compose.material3.CircularProgressIndicator CircularProgressIndicator() ``` With material 2, same issue, the...
Hi @igordmn Finally, while trying to create a minimalist sample, I realized that the problem came from: `com.google.accompanist:accompanist-permissions` (version `0.35.0-alpha`) Even if I don't use it, just having the dependency...