Theofanis Despoudis

Results 224 comments of Theofanis Despoudis
trafficstars

I followed this implementation https://www.cs.princeton.edu/~rs/AlgsDS07/01UnionFind.pdf

@MKlblangenois Can you use `mediaLink` instead of `mediaUrl`? Here is what I got from the content: ``` { posts { nodes { editorBlocks { ... on CoreMediaText { anchor renderedHtml...

Latest Image block.json width is of type "string" so I don' think this is a breaking change https://github.com/WordPress/WordPress/blob/master/wp-includes/blocks/image/block.json#L74 https://github.com/WordPress/wordpress-develop/blob/trunk/src/wp-includes/blocks/image/block.json#L74

> > Latest Image block.json width is of type "string" so I don' think this is a breaking change > > https://github.com/WordPress/WordPress/blob/master/wp-includes/blocks/image/block.json#L74 https://github.com/WordPress/wordpress-develop/blob/trunk/src/wp-includes/blocks/image/block.json#L74 > > Yes it is... > >...

@justlevine Thanks I will just increase the major version with a note.

Hey @ttstauss thanks for the report. I will try to reproduce but if that is the case we will have to create a new major version of blocks package since...

Hey @justlevine and @jasonbahl, just wanted to follow up on this PR and check whether it’s being actively considered, especially regarding the proposed public functions like `register_graphql_event()`. The reason I...

Hey David I gueess I agree that without an immediate consumer in core, there’s a risk of adding speculative APIs. We’re happy to port this functionality into our headless webhooks...

Hey @MKlblangenois, @floretsky, @danlong-stq, @cedricrabarijohn, I dug into this issue and found that the problem lies in the way the FaustWP plugin filters preview links. Specifically, the current implementation only...