Sébastien Cevey

Results 13 issues of 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

enhancement
imaging

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...

enhancement
metadata

Currently, if any request fails with a 500, we display a big global error banner: ![image](https://cloud.githubusercontent.com/assets/36964/11994058/8527edc6-aa30-11e5-894d-82b487883bd2.png) This can be misleading and unnecessary if the failed request is a minor one...

enhancement
To Review

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...

techdebt
prioritise
To Review

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...

bug
techdebt
To Review

http://www.vips.ecs.soton.ac.uk/index.php?title=Libvips May be able to take in image stream?

cropping
imaging

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?

enhancement

`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...

enhancement

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...

enhancement