James Lambie
James Lambie
Currently the options passed to `putItem()` are not used. I would like to pass `ReturnValue: 'ALL_OLD` so that DynamoDB responds with the inserted data. https://github.com/victorquinn/dynasty/blob/master/src/lib/aws-translators.coffee#L148-L154 I'd be happy to send...
Gzipping data is an expensive process, the results of the gzip should be cached rather than caching the raw data and having to perform the gzip for every request. CDN...
Required: a specification describing CDN's full support of audio and video content. /cc @josephdenne
The request flow in CDN is currently: - user requests a URL, for example http://cdn.somedomain.tech/path/to/file.jpg - CDN determines the asset type based on the URL, possibly using a file extension...
Cluster mode is currently disabled by default and enabled by setting `cluster: true` in the configuration file. Change this to enabled by default, disabled via configuration.
### Expected behaviour If an afterGet hook errors, the error detail should be returned to the calling application ### Actual behaviour The GET request fails with a 500 error and...
### Expected behaviour On a document with multiple tabs, it is expected that when changing language the tab that is currently open for editing should remain open after the switch....
Publish fails here https://github.com/dadi/publish/blob/master/app/lib/helpers/collection-routes.js#L145 when an API collection schema Reference field doesn't include a "settings" object. API should handle the validation for this, however Publish might also check for this...
There appears to be some confusion around the meaning of the configuration option `cdn.publicUrl`. Is there some documentation for this already live?