Barry Pollard
Barry Pollard
Is there any error message? Or could you open a draft PR with the changes so I can have a look?
Hmmm looks like this is not implemented, except in very specific, limited circumstances: https://github.com/thibaudcolas/curlylint/blob/35a14129cc1a76bd1b0e71e36a3f78b9ab65d608/curlylint/parse.py#L537-L548 And this came over from the original jinja-lint. Guessing that means not easy to fix as...
Is the concern than the early hint includes a different policy (or no policy at all)? Or is the concern that a hint could include a resource that would be...
No bother. Want me to close this for now? Or happy to leave it open to remind us? BTW a refactor/version upgrade is maybe the best time to have a...
FYI @philipwalton I merged this with latest main so good to have a review whenever you get a chance.
Half of them are redirects, another 20% are 204s (i.e. no content). ```sql SELECT _TABLE_SUFFIX AS client, status, COUNT(0) AS freq, COUNT(0) / SUM(COUNT(0)) OVER (PARTITION BY _TABLE_SUFFIX) AS pct,...
Made quite a bit of progress with this, however the Accessibility improvements in particular have necessitated some changes: - Some of the text had bad colour contrast, including the sub-headings:...
OK merged everything I'm gonna merge for now. If you could have a good look over it @rviscomi that would be good.
If slicing by new sites, probably want to avoid the long tail of sites that drop in and out of our dataset depending on traffic that month, but aren’t really...
Not aware of any to be hones. We could use meta dates but they are notoriously unreliable. “New to top million” or similar is best way I can think of...