Rick Viscomi

Results 431 comments of Rick Viscomi

Could this be done by setting an ID on the meta element and passing key-value pairs for the attributes you want to update in the `attr` property of the SPF...

White space doesn't affect the DOM, so I doubt that's what's causing your issue. Can you post a jsfiddle with an example of your code not working?

If you've got a service worker, it could intercept `/foo?spf=navigate` requests and fulfill them with responses from `/some/other/handler?page=foo&spf=navigate`. Not saying it's any better than customizing SPF URL request templates, but...

Per the docs: > Fired after response processing is done. Use to finalize UI feedback (i.e. complete a progress bar) and initialize event listeners after content is updated. So I'd...

Yeah here's a way to cheaply (355.91 MB) query a sample of the `$._image_details` object: ```sql SELECT url, JSON_QUERY(payload, '$._image_details') AS image_details FROM `httparchive.all.requests` TABLESAMPLE SYSTEM (0.001 PERCENT) WHERE date...

Yeah I think here is fine cc @pmeenan

Yeah, let's start with native lazy loading.

I was surprised to learn that this tag can cause pages to fail validation, for example: https://validator.w3.org/nu/?doc=https%3A%2F%2Frviscomi.dev%2F&submit=Check > This seems like it's only implemented in one browser, and as such...

Thanks @domenic, I'm glad to hear that this can move forward. Hopefully someone else with more implementation experience than me can write the PR. I was also wondering about this...