Sébastien Cevey
Sébastien Cevey
As far as I was able to tell, there is no way to replace or cancel a notification (scheduled or immediate) at a given later point in time? I am...
Not sure how to do this as it's a different conversion path (via nginx module), but let's see if we can think of a way. See also https://github.com/guardian/grid/issues/784
We have added a lastModified timestamp (https://github.com/guardian/media-service/pull/537) but no lastModifiedBy. That could be useful information to have. Currently the metadata editor and cropper don't record the author of changes. We...
Currently, if any request fails with a 500, we display a big global error banner:  This can be misleading and unnecessary if the failed request is a minor one...
Currently metadata-editing permissions only affect links present in the media-api. They should also be enforced by the metadata-editor API, making links conditional and refusing edits based on the same permissions...
When an image is uploaded, the client polls the media-api to check when it has been successfully ingested. This is triggering an error that is being reported to Sentry. We...
http://www.vips.ecs.soton.ac.uk/index.php?title=Libvips May be able to take in image stream?
Respect the `separateCSS` loader option to append the generated CSS to an external file is requested. Could the SystemJS CSS plugin be reused for this?
`node-sass` (with native `libsass` bindings) could be used instead of `sass.js` to improve performance when bundling, which happens in NodeJS anyway. There seem to be issues with doing so from...
Using mincss, or ideally by composing the SystemJS CSS plugin so the behaviour doesn't have to be duplicated. The standard `minify` and `cssOptimize` should probably be respected as normal to...