ericmulder
ericmulder
I have the blocks plugin running inside my own docker wordpress image (on port 89), but the `gutenblock watch` command doesn't seem to find the correct port. Do I do...
Thanks for clarification, I misunderstood the setup. Linking to localhost:8080 works perfectly 👍
Found a bit cleaner fix by hooking into the `openid-connect-generic-update-user-using-current-claim` hook: ```php /** * @param WP_Error|WP_User $user * @param $user_claim * * @return void */ function update_user_using_current_claim($user, $user_claim) { //...
Hi all, any idea when this pull request will be reviewed?
@jansgescheit we tmp fixed this by using our own fork (based on v5) ``` { "dependencies": { "@capacitor/screen-orientation": "github:codepip55/screen-orientation#main", } } ```
Hi @denesh-r, that is a good solution when you want to lock the orientation all the time. But we have an app where the orientation switches depending per page. And...
Any news on this pull request?