Barry Pollard

Results 74 issues of Barry Pollard

Some SQL variants (e.g. [mysql](https://dev.mysql.com/doc/refman/8.0/en/comments.html) and [BigQuery](https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical#single-line-comments)) allow use of a `#` to denote the start of a single-line comment: ```sql select * # This is a comment from table...

**Describe the bug** A number of pages have headings with double quotes in them. **To Reproduce** Steps to reproduce the behavior: 1. Go to https://web.dev/control-focus-with-tabindex/#create-accessible-components-with-%22roving-tabindex%22 2. Open console 3. See...

P2

Fixes #8259 Changes proposed in this pull request: - Automatically strip double quotes from slugs to avoid JavaScript console error and create nicer URLs. Seems a safe enough change but...

When you use the "Auto Generate Release Notes" option in GitHub it creates a nice New Contributors section at the bottom: ![image](https://user-images.githubusercontent.com/10931297/148680255-a4fcf2cb-ccea-4fd3-8fef-06a35d8ba250.png) Would be nice if Release Drafter offered a...

help wanted

Maybe it's just me but I've always found this confusing so thought I'd ask! For **sending** Headers Frames we give the frame information (type, length, flags...etc.), and then the actual...

question
app/nghttp

### Describe the bug Prettier sometimes splits lines like this: ```html Really long lineReally long line ``` Into this: ```html Really long lineReally long line ``` This is valid HTML,...

bug
parser

I think you’ve extra quote marks here.

I'm a big fan of linting, and GitHub Actions to automate checks. Given, how important and widely used this library is, I think it would be good to add these...

There’s a lot of interest about the next generation of image formats, primarily AVIF and JPEG-XL. Should we have a graph for each of these looking at % sites that...

We learned a lot from making the Web Almanac site and it follows a lot of best practices, particularly in terms of Accessibility, Performance, SEO and automation to ensure we...

dev