Chris Noden

Results 5 comments of Chris Noden

This error also appears if you use the `--set` option: `pgloader --type csv --set "search_path='myschema'" "data.csv" "postgres://username:secret@db-host:5432/mydb?tablename=mytable"` Tried several variations of quoting the value for --set - no joy. I...

> For everyone searching on this one, here is how to do it: https://www.storyblok.com/faq/how-to-render-richtext-nuxt This is not suitable for Nuxt v3 as the new Nuxt plugin for Storyblok does not...

> @chrisnoden Did you ever figure out how to resolve nested components inside a richtext field? Unfortunately not. For now I've had to avoid allowing nested blocks inside a richtext....

Thanks @michaelvcolianna, in the recent release of the `storyblok-nuxt` (and it's parent `storyblok-vue`) they simplified this further. You can, in Nuxt v3, now just use ``` import { computed }...

fundamentally the same, but the final definitions would be the Postgresql functions you want: eg ``` # config/packages/doctrine.yaml doctrine: orm: dql: string_functions: JSONB_EXISTS: Scienta\DoctrineJsonFunctions\Query\AST\Functions\Postgresql\JsonbExists JSONB_EXISTS_ANY: Scienta\DoctrineJsonFunctions\Query\AST\Functions\Postgresql\JsonbExistsAny ```