Peter Timson

Results 9 comments of Peter Timson

Seems to work if you give it full path to directory rather than a relative path. So you do something like this on Mac ``` dbPath: ${env:PWD}/tmp ```

@joelash Are you able to deploy it removing a large library first? I don't really have another solution I assume AWS haven't fixed this yet. Would be keen to know...

Thanks for the response @agutoli. Seem's like a good work around. I do like the `serverless-webpack` approach to this issue: https://github.com/serverless-heaven/serverless-webpack#forced-exclusion I don't think inclusion makes sense with this lib...

No I don't think so. I will double check tomorrow

I'm having lots of issues with this! Has anyone come up with a solution for a controlled field?

For future reference: Grabs the max items from validation and compares against total items. ``` // ArrayMaxItems.tsx import {ArrayOfPrimitivesInputProps, ArrayOfPrimitivesFunctions, ArrayInputFunctionsProps, ArraySchemaType} from 'sanity' function ArrayFunctions(props: ArrayInputFunctionsProps) { const valRules...

Did @valse or @mikepziegler find a way to do this (select multiple images from the media library to add to the array)?

I can't seem to get it working at all - I always seem to get a `404`. However I was wondering if you are seeing a `404` the first time...

Same for `JSON` with `enum` as the package imported `"internal/user"` matches name I believe. Is there a fix for this other than renaming `"internal/user"`?