Dwight Watson

Results 125 comments of Dwight Watson

Sure - I'm looking to downgrade to 2.1.8 but I'll hold off in the meantime. Still got 2.2.0 in production. We have published listings here: https://www.myrent.co.nz/listings when you click through...

@ alexplatteeuw is that using Turbo Drive or Turbolinks? Be curious to note if this is specific to Turbo or not. It sounds like something in the Turbo(links?) page transition...

Just note that the patch just prevents the code from crashing, it doesn't actually fix the bug and open the gallery. Hopefully can find an actual resolution to this soon,...

Any reason why that would be the case, I would have thought that the sitemap should always be rendered as `text/xml`. ``` $sitemap = response()->view('sitemap::sitemap', [ '__tags' => $this->getTags(), '__hasImages'...

Open to a PR for this, it’s not something I’ve used.

I didn't implement the video tag, it was added by a pull request. Looks like the tag gets confused between the tag location and content location - I'm not sure...