Brian Smith

Results 70 issues of Brian Smith

Adding the latest contributors! Thanks for making our community so great! 🙌🏻

This PR removes the meta site and **migrates older content** across from the following pages: ```bash meta ├── legacy │   ├── adding-images.md # DONE -> modified media (video) guide │  ...

Content:Other

__Background:__ Embedded SVGs and iframes can now use `prefers-color-scheme` media query to add styles that inherit (depend on) the `color-scheme` of the embedding element. This PR adds details about embedded...

Content:CSS

## What is the new suggestion? In our writing guidelines, we should mention some hints for writing alt text. This could live here -> https://developer.mozilla.org/en-US/docs/MDN/Writing_guidelines/Howto/Images_media Or we could add a...

needs-triage
Opportunity assessment

Minor typo fix following https://github.com/mdn/content/pull/20911

Content:Other

## Acceptance Criteria - [ ] The listed features are documented sufficiently on MDN - [ ] BCD is updated - [ ] Interactive example and data repos are updated...

needs-triage
Content:MathML
Content:Glossary
Firefox 106

## Acceptance Criteria - [ ] The listed features are documented sufficiently on MDN - [ ] BCD is updated - [ ] Interactive example and data repos are updated...

Content:CSS
needs-triage
Content:Glossary
Firefox 106

**Describe the bug** When inserting binary data, QuestDB throws unsupported type error for the `bytea` type. **To Reproduce** [Inserting b string](https://stackoverflow.com/a/40049312/8836265) using `psycopg2` via Python: ```python import psycopg2 import datetime...

Postgres Wire

**Is your feature request related to a problem? Please describe.** It's time consuming for new contributors to navigate unfamiliar projects in order to find out where to make changes. **Describe...

Documentation