Rick Viscomi

Results 431 comments of Rick Viscomi

This is great, thanks! I've cloned the data into `httparchive.urls.categories`: ```sql CREATE OR REPLACE TABLE `httparchive.urls.categories` AS SELECT * FROM `misc-researches.ha.ha_host_categories` ``` I've also saved the persistent UDF to `httparchive.fn.GET_HOST_CATEGORIES`...

Updated! ```sql SELECT * FROM UNNEST(httparchive.fn.GET_HOST_CATEGORIES('apple.com')) ``` ```json [{ "host": "apple.com", "category_id": "528", "full_category": "/Internet \u0026 Telecom/Mobile Phones", "subcategory": "Mobile Phones", "parent_category": "/Internet \u0026 Telecom/" }, { "host": "apple.com", "category_id":...

Hi, I contributed to the ESLint rule and just wanted to chime in to say that I'm totally supportive of adding a similar rule to Stylelint and would be happy...

Sure, I see that there are a couple of open feature requests, and I've filed another one to align it with the updated name `use-baseline`. I can take a look...

Update: I've coordinated with @ryo-manba to add a couple of new features to the plugin. @jeddy3 let me know if there's anything I can do to help build the case...

Thanks @jeddy3! Your reasoning makes total sense. I'll forward that around internally and I'm optimistic that we'll be able to get the plugin announced at I/O. I'll continue working with...

I'm one of the maintainers of the public HTTP Archive project, which collects this kind of data for millions of websites, including 2.5 million WordPress sites. Let me know if...

Need to be careful not to create confusion with this feature. For example, in 202201, there is no 50k rank, so the current implementation of "rank

We decided to put this feature in the backlog for now, given the complexity of the implementation and relatively low value it'd bring to the UX. If anyone feels strongly...

Thanks @nrllh this is an interesting suggestion and I'm glad we're exploring it. Good points raised about what we're trying to measure getting at the philosophy of HTTP Archive. Our...