Dean

Results 7 issues of Dean

I've try doing 1. ow.array.ofType((val) => { .... }); 2. ow.array.validate({validator: (val) => {} } It always throws an error related to the parameter being sent to my callbacks. Thoughts?

Hi I have a use case to use the Request object inside my Model. Is this possible?

Apart of the IOS setup, there's instruction on how to modify `ios/AppDelegate.m` to setup a callback however, I'm not seeing this file anywhere in the solution. Thoughts?

Does this use Dynamodb local? If so, how can I configure it to use it because, currently I'm getting a bunch of issues using this plugin: ``` { ConfigError: Missing...

Trying to figure out if it's possible to use this SDK for creating a `contact` through Marketing Cloud REST API (see [here](https://developer.salesforce.com/docs/atlas.en-us.noversion.mc-apis.meta/mc-apis/createContacts.htm)). I've looked through the docs here and through...

Running the build on Windows with the user's home directory containing spaces, causing the build to fail. Example "C:\Users\John Doe\project\node_modules\bower\bin\", the builds fails with error `No executable found at C:\Users\John`....

Hey question: Why does maven grunt takes this long to build (4 hrs): ``` Reading C:\Users\User\git\XXXXXX\XXXXXX\target-grunt\dist\test\services\ServiceSpec.js...OK Writing C:\Users\User\git\XXXXXX\XXXXXX\target\XXXXXX-frontend\resources\js\test\services\ServiceSpec.js...OK Done, without errors. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ XXXXXX-frontend --- [INFO]...