Ryan McCue

Results 149 issues of Ryan McCue

Uses the standard iOS colours. This is locked to light mode right now, and controlled by a static value in `theme.ts`; switching that changes to dark mode. We can make...

See #4. Early days, don't merge yet! Currently fatal errors with any content with media in it, since we don't have a media delegate set. Seems like that's not in...

When logging is enabled, ssm-agent uses `script` to record the session: https://github.com/aws/amazon-ssm-agent/blob/57bb3c6935e12dce8cf662afffc435516d8dc3c3/agent/session/shell/shell_unix.go#L53 It would be great to be able to reconfigure this to use custom commands instead, to allow for...

Currently, it seems like Handlebars-style partials in the form `{{> partial-name}}` aren't handled correctly. These are parsed by the Handlebars AST parsing into a PartialStatement, which then ends up getting...

It'd be cool to browse functions per directory.

enhancement
Someday Maybe

I'm working on an app with the singular dependency of the Editor, which is loaded via CocoaPods. Because of the centralised nature of CocoaPods, there's a significant barrier to entry...

[Type] Enhancement

[`wp_edit_posts_query()`](https://developer.wordpress.org/reference/functions/wp_edit_posts_query/) has an unbounded query that triggers when viewing a hierarchical post type; specifically, [this code](https://github.com/WordPress/wordpress-develop/blob/d1f73cd80fd38cfa014fbbb894d7f631bcdb658c/src/wp-admin/includes/post.php#L1278-L1285) sets `posts_per_page` to be unlimited and overrides the order, but only when no orderby...

bug

Steps to reproduce: 1. Open the (FSE) site editor (Appearance > Editor) 2. Add a Navigation block to the header 3. Select a new, empty menu for the block 4....

bug

Version 2.0 disabled emoji by default with #83, but we never documented it. There's other options we haven't documented properly, so we should document all of these. ----------- Acceptance criteria:...

good first issue
blocked

When opening Gutenberg in private browsing in Firefox, the local storage quota is much lower than usual. This can lead to the quota easily being exceeded. In our [editor settings...

bug
could have