Olivier Berthonneau

Results 9 issues of Olivier Berthonneau

## Expected behavior Forest should be able to update records even if model has multiple primary keys. ## Actual behavior On models with multiple primary keys, updates requests are wrongly...

bug

**WARNING, this breaks backward compatibility. branch-head below 63 will not work.** Not sure how to handle this but webrtc 63 do not work with the cmake script anymore. The WebRTC...

Hi, Thanks for this great project ! Following my question on the mailing list: https://groups.google.com/forum/#!topic/webrtcbuilds/AhjHnOO_CCI, I was wondering if it would help anyone to have an example of how to...

Hi, _jsonapi-validator_ requires resources to have an `id` https://github.com/elliotttf/jsonapi-validator/blob/master/lib/schema.json#L122 However, there is an exception to this rule in the JSON API specification (http://jsonapi.org/format/#document-resource-objects). > Exception: The id member is not...

Fixes https://github.com/elliotttf/jsonapi-validator/issues/29 JSON API specification states that id is not required when the resource object originates at the client and represents a new resource to be created on the server.

This recent PR (https://github.com/dynamiccast/sails-json-api-blueprints/pull/38) confirms that the provided solution to convert PUT methods to PATCH methods (as described here https://github.com/balderdashy/sails/pull/2006#issuecomment-95293136) is not generic enough. It is impossible to set policies...

enhancement

Currently, many to many relationships are test with `Houses` and `Pets`. There was a race condition prior to 0.11.2 prevent a Model from updating multiple many to many association at...

enhancement

By default sails uses `createdAt` and `updatedAt` attributes as time model attributes to store creation date and last updated date for a record. While sails allows to customize the model's...

Client expect the server to respond within the same second to consider `createdAt` date to be valid.

bug