Arthur Mingard
Arthur Mingard
Overview For more specific route matching, this PR introduces a basic regex match execution. Example paginated posts: posts/:page?[^\d+$] single post: posts/:title? This is only an interim measure to satisfy a...
Docs for CDN reference `devicePixelRatio` throughout, but it doesn't seem to work. `dpr` does. Should both be, or should the docs be updated?
[This](https://github.com/dadi/cdn/blob/f01d21ad091da5943e61c26da86395be16ea7807/dadi/lib/controller/index.js#L101-L109) check for matching `Etag` values returns a 304 response, but the connection remains alive indefinitely. The header is used by browser such as Firefox.
In 3.0.0-RC4 https://github.com/dadi/cdn/pull/360/files the `cache.cache404` was added to either enable to disable caching on 404 responses where a fallback asset is not provided. This is a useful way to limit...
Using the latest build of CDN with assets enabled, and with the path set to a source which is running DADI Web with `useCompression` set to true, the `Content-Length` value...
## Current behaviour When requesting an image either without quality as a parameter, or with a very high quality value, the resulting image can often exceed the filesize of the...
### Endpoint `{cdn.host}/path/to/audio?clip={"from": "01:20:04", "to": "01:24:01", "transcript": true, "format": "video/audio"}` #### Video - Format could have an optional `coverImage` attribute - If transcript is `true`, embed transcript in video output...
`stack-trace` has been updated recently with a breaking change. Installing it causes the error `Error [ERR_REQUIRE_ESM]: Must use import to load ES Module`. The version should be fixed to 0.0.10
In a similar fashion to web, @jimlambie informs me that API may include a friendlier landing page. As a way of helping setup API, this page could include a checklist,...
## Observation Options for document-related actions that _don't_ inject a history state are limited. **Example actions that would not require a payload-driven update to a document** - Refund an order...