Ryan McCue

Results 148 issues of Ryan McCue

Code blocks that contain `\n` have them replaced in `encodeContent()` with `\n`, however this isn't necessary for preformatted content. `encodeContent()` is called just before the code block check in `renderBlockContent()`....

bug

Hi! Before publishing final versions, we publish `-betaX` and `-rcX` releases. This leads to the final version having no changes in itself, so there's no entry for the release in...

While `register_post_type` (and by extension Extended CPTs) allow specifying a custom capability type, often custom capabilities are avoided because they're a pain to actually use. It would be great if...

awaiting feedback
type:feature request

Fixes #447. Two notes: 1. `Dispatchers` follows the same pattern; I haven't patched it here, but can if you'd like. 2. I'm using `static::` here, since WP's minimum version now...

Occasionally, files will be missed because they have ambiguous filenames for the torrents, e.g. `(HDTV-LOL)`, although the filename of the actual file will be fine, e.g. `HDTV.XviD-LOL` This patch fixes...

We're using the `emojiIndex.search` function outside of Emoji Mart to provide autocompletions in a textarea. These are formatted similar to most other autocompletions, with the trigger character being a colon;...

enhancement

It'd be really useful to have a mobile mode for Emoji Mart. Ideally, this would display full-screen and include its own Cancel button. Emoji Mart could autodetect whether a mobile...

enhancement

Just the Docs has a great dark mode, but it's completely modal at build time. It would be great if it could be configured to use the [`prefers-color-scheme: dark` media...

enhancement
status: needs discussion

### Before submitting an issue, please be sure to - [x] Read [the contributing instructions](https://github.com/github/pages-gem/blob/master/CONTRIBUTING.md#contributing-to-the-github-pages-gem) - [x] Update to the latest Gem version (either `gem update github-pages` or `bundle update...

## Is your feature request related to a problem? Yes. When writing code like the following, it's flagged as unescaped (`WordPress.Security.EscapeOutput.OutputNotEscaped`): ```php printf( 'Foo %d Bar', $id ); ``` With...

Component: Extra
Type: Enhancement
Focus: Security