Marcin Ziółek
Marcin Ziółek
package.json needs "resolutions": { "sanitize.css": "12.0.1" },
https://github.com/vimeo/vimeo.php/blob/f08d6d1b3fd58ae60080f87dbc3cafbff4aabb06/src/Vimeo/Vimeo.php#L163
Hi, I'd like to use your preview but I have no idea how to make it work to take picture? Can you provide simple picture taking example with your preview?
https://github.com/xfiveco/generator-chisel/blob/master/packages/generator-chisel/lib/commands/create/creators/wp/chisel-starter-theme/Chisel/Extensions/ChiselTwig.php#L60 There is naming conflict here with latest Timber plugin version 1.21.0 Removing this definition and using Timber built in Image worked for me.
https://github.com/pristas-peter/wp-graphql-gutenberg-acf/blob/develop/plugin.php#L86 `$root['attributes']['id']` should be updated with `$root['postId']` If there are no inner blocks. There should be some check for inner blocks or just simple check like this ``` $inner_id =...
https://github.com/wp-graphql/wp-graphql/blob/249a9398ba704ba20144a70b5ea1d6e983a83f0e/src/Router.php#L352 `is_user_logged_in()` is always empty so there is issue that authenticated responses are also coming from cache.