xaralis

Results 14 comments of xaralis

I was dealing with this too and decided to fix this using JavaScript. I'm posting the code here in case someone bumps into this too: https://gist.github.com/xaralis/0cc2746a213aaa85c605c51c69fd885a

@digitaltommy Can you make a pull request out of it? It would be appreciated. Thx

@puzzlet Correct. I've reviewed the code and don't see any specific reason why this line (`self.storage = _lazy_load(conf.STORAGE_CLASS)(location=conf.ROOT_DIR)`) should have `location` argument in the call. Simply beacuse when writing using...

Hi, this looks awsome! However, I need you to update README as well, please mention how to use this new stuff. Once that is provided, I will gladly merge this.

@JasperYanky No, not at the moment. There is no 'memory' between individual runs (except for dirty checking to find out if we should ping google which is based on md5...

@ahivert I would recommend avoiding DB if possible. As I'm thinking, there is no simple way to tell if some record in the sitemap changed without processing it first. You...

Unfortunately, this is not currently possible. It would require supporting multiple entry sitemaps. Currently, there is only one root sitemap file.

@oppianmatt You're right. Once again, PR with this feature will be gladly accepted. Improvement should be very easy to implement.

@patrys Is there any recommendation on how to deal with data loaders when migrating from v2 to v3?

Having exactly the same issue. Not working locally, nor remotely. Other apps like Transdrone working without issues. I guess it's because my server is v4.0.3. Will try upgrading and report...