Bernie Reiter

Results 142 comments of Bernie Reiter

WP.com `/batch` GET endpoint docs: https://developer.wordpress.com/docs/api/1.1/get/batch/

@tjcafferkey and I just had a call where he walked me through this PR and https://github.com/WordPress/wordpress-develop/pull/6523. Thanks Tom! This is looking very promising 😊 I'll need a bit more time...

I talked with @gziolo today, and he pointed out one reason why we might actually want to store the reference to the canonical block explicitly: If a plugin defines a...

Figured it out: ``` sudo apt-get install qtbase5-dev /usr/lib/x86_64-linux-gnu/qt5/bin/qmake -r src/posterazor.pro make ./src/PosteRazor ``` BTW, what about a preview release? Releasing source code is quite easy nowadays with GitHub, it...

Super, freue mich auf 1.9.6! Das 1.9.5er-Preview auf Sourceforge hatte ich gesehen, aber nicht ausprobiert, da es schon ca. 6 Jahre alt ist. Die Dependencies -- also hauptsächlich Qt5, oder?...

I think this approach (i.e. the newly introduced function) makes sense 👍

The major problem to solve here is performance. FWIW, `make_before_block_visitor` and `make_before_after_visitor` didn't always accept `$hooked_blocks` as an argument; we added it later (in https://github.com/WordPress/wordpress-develop/pull/5399) as an optimization, since we...

As @tjcafferkey mentioned in a DM, variations are still missing a class name on the frontend. E.g. replacing `wp:social-link` with `wp:core/social-link/wordpress` in the markup, we get this on the frontend:...

Per https://github.com/WordPress/gutenberg/issues/43743#issuecomment-2114811994: > The next layer where we need to decide how to represent aliases is `WP_Block` instances. This layer is a lot more semantic that the parsed block format;...