Carmine DiMascio

Results 102 comments of Carmine DiMascio

would you be interested in submitting a PR?

@mrumaiz by LUUID, are you referring to [Binary.SUBTYPE_UUID_OLD](http://mongodb.github.io/node-mongodb-native/3.2/api/Binary.html#.SUBTYPE_UUID_OLD)?

@alokrajiv does this work for you? I'm having issues with it in my environment

When i use the above, i get the following error ```shell /Users/cdimascio/git/uuid-mongodb/example/node_modules/mongoose/lib/schema/buffer.js:184 throw new CastError('buffer', value, this.path); ^ CastError: Cast to buffer failed for value "Binary { _bsontype: 'Binary', sub_type:...

@magro if we make request the last parameter in the list with a default value are we able to maintain backward compatibility?

it is not currently possible, however, if you are interested in providing the feature, we gladly welcome PRs

@krzywiecki thanks a lot. I appreciate the feedback and this issue. given the current implementation, you are handling the case appropriately. that being said, we could consider providing options to...

@luboskriz this issue occurs for both request and response validation. it's an issue in AJV itself. Though arguably, its how JSON Schema works - See the thread [here](https://github.com/epoberezkin/ajv/issues/837) https://github.com/epoberezkin/ajv/issues/837 All...