Ryan

Results 8 comments of Ryan

Was hasMany working for you in the first place? I had to override the `serializeHasMany` method and change `line 26` to `'objectId' : child.get( 'id' )` as opposed to `'objectId'...

You can also just update the `docker-compose.yml` file. Under `wp.wuxt` look for `image` and update it to one of the supported tags [from here](https://hub.docker.com/_/wordpress/) I.e. today `wordpress:5.7.2-php7.4-apache` is the latest...

I updated @didavid61202 's great work to use the `reactiveTransform` composable from Vue Motion. That made a bit more sense to me and I'm guessing that's how the authors of...

Seconding @noopurphalak 's comment that the Nuxt 3 docs really need a section on Lifecycle / _when_ things happen within the app, and how to replace the function of `nuxtServerInit`....

@giuseppeporcelli Is it still possible to connect a local VSCode instance to Sagemaker Studio? That would be much easier so I don't have to recreate my settings/plugins etc.

I am also having this problem... New files in my S3 bucket are not showing...even though they do exist on AWS's web interface.

Reverting to 9.1.6 is also working for me

Humble request that the admins merge this! This took a long time to set up given that the current Docker Compose file in the README does not work as is.