sm2017

Results 89 comments of sm2017

It's like mutate in upsert not document upsert like https://docs.couchbase.com/sdk-api/couchbase-node-client/MutateInSpec.html#.upsert

OMG!! the order of rules definition is important!! why? ```js Joi.object( { a: Joi .boolean() .default(false), b: Joi .boolean() .default(false), c: Joi.string().when( 'a', { is: false, then: Joi.when( 'b', {...

@lakhwinderdebut Can you please take a look

I log `process.argv` its totally wrong ``` [ '/usr/local/bin/node', '/usr/local/lib/node_modules/pm2/lib/ProcessContainer.js', 'start', 'ecosystem.config.js', '--env', 'production', 'clone' ] ```

@lakhwinderdebut Can you please reply?

No, I save to a folder inside getApplicationDocumentsDirectory

@Canardoux @Larpoux I have the min Android API level 16 and iOS 9, and don't want to increase them as the flutter sound library required Android API level 21 and...

In android I uses `tools:overrideLibrary` to override library but When I run the flutter application I see a white page only and have the following error in the log cat...

?????