Ian Dunn

Results 447 comments of Ian Dunn

Since we ended up using the `wordcamp` CPT, we may not need to do many of these changes. We should check once Rome or Tokyo are on the schedule, though.

Hi 👋🏻 The feed is located at https://events.wordpress.org/feed/?post_type=wporg_events, since the events are in a custom post type1, rather than the `post` post type. That's not easily discoverable, though. Maybe we...

@dorsvenabili, @fcoveram, @StevenDufresne do you have any thoughts on the questions above?

Yeah, `...last year` or `...past year` seem more equivalent to `past 12 months` to me 👍🏻 @thetinyl, do you have any thoughts? We could also round off the large numbers,...

We should be able to get something close enough to the total that it'd be good enough for this purpose 👍🏻 One caveat is that Meetup doesn't store historical data...

I pushed [02ae763](https://github.com/WordPress/wordcamp.org/pull/964/commits/02ae76335af86f3a3e895b900e23be23f4549ee6) to fix a problem that was preventing my tests from working. I'm seeing another problem now, but it doesn't seem to be in the PR. `maybe_remove_badge()` is...

🤔 it seems like the reason why `wp bp group list` was showing a badge when there wasn't one in the DB was because the group was in memcache: https://github.com/buddypress/buddypress/blob/0bba3f74ba55db8aa71a1708550ec25f2bb6103f/src/bp-groups/classes/class-bp-groups-group.php#L1376...

It looks like it was a BuddyPress bug, so I filed [a report](https://buddypress.trac.wordpress.org/ticket/9000). I'll see if there's a good workaround. If not we may be need to wait until it's...

🤔 , one way to do it without having to add a new setting would be something like this: ``` if ( all sessions are drafts && current user is...