Terence Eden
Terence Eden
> older comment It is from [2023-09-19 20:36](https://mastodon.social/@scaseynz/111093492329755997) If I do `get_comment_link( $comment_id )` that shows the correct Fediverse link. I'll open an issue for the CSS.
Here's what I've ended up with:  In `class-comment.php` ``` public static function init() { // \add_filter( 'comment_reply_link', array( self::class, 'comment_reply_link' ), 10, 3 ); \add_filter( 'comment_class', array( self::class, 'comment_class'...
Thanks @jrbray1 - I agree, just the name is fine. Sorry about the slowness. It takes some time for the service to post to Mastodon & send an email. I'll...
From examining the code, it appears to be the autoposting to Mastodon which is the cause of the slowness. I'll see if I can make it asynchronous.
Looks like it is fixed. Added a bunch recently without issue.
Thanks. Am I right in thinking the functionality just needs to be altered in: https://github.com/wp-cli/shell-command/blob/f470d04a597e294ef29ad73dace9d4de98df7c42/src/WP_CLI/Shell/REPL.php#L39
How can I help add a new property to `Person`? In this case `dietaryPreference` with allowed values of `RestrictedDiet`
As discussed, some use-cases: * On a social network, it might be nice to have an (optional) feature where people give their dietary preferences. * A social network could filter...
Here's what I'd expect to see - using an example. * We want to create `amp-midi` to let people put cool music on their site. * We spoke to 50...
> I guess we probably over-index on metrics ;) 