Joshua Dickerson
Joshua Dickerson
Can you add the tasks to the project https://github.com/elastic/elasticsearch-php/projects/2 ? Then, what can we do to move this along? Every time I look at NewRelic and see GuzzleHttp\Ring it makes...
I think the current version requires PHP 7.2 or something, so you could just use a union on all of those types or even just catch ElasticsearchException instead. If there's...
What did you do to install/enable/disable it?
This is what I'm using: ```php $jsonLd = []; foreach ($dom->getElementsByTagName('script') as $script) { if ($script->getAttribute('type') === 'application/ld+json') { $json_txt = preg_replace('@/\*.*?\*/@', '', $script->textContent); $json_txt = preg_replace("/\r|\n/", ' ', trim($json_txt));...
Is this still an issue with https://github.com/babel/babel/pull/14065 ?
https://www.bloomnation.com/sitemap_index.xml
Is the API affected by there being parallel requests? Seems as though unless it has an effect on the results by sending them all at once, it is massive bloat...
https://github.com/yusufkandemir/microdata-parser/issues/4 This will cause issues if you want to do it with a DOM object.
Personally, I am looking for sitemaps declared in robots.txt but I think there's also value in checking for rules for crawling.
Use another ElastiCache instance? This promotes a bad practice IMO.