more notes....

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2021-01-09 03:17:49 +03:00
parent 21e1cf95df
commit 98a3669d83

View File

@ -190,7 +190,13 @@ var SharpActions = actions.Actions({
// XXX revise return values... // XXX revise return values...
// XXX make backup name pattern configurable... // XXX make backup name pattern configurable...
// XXX CROP ready for crop support... // XXX CROP ready for crop support...
// XXX BUG? seems to create backups uncontrollably... // XXX BUG? seams to create backups uncontrollably...
// to reproduce:
// ig.data.order.map(gid => ig.makeResizedImage(gid, 100, 'moo'))
// this will add each image at least twice...
// ...this might actually be an issue in .queueHandler(..), feels
// like we might be editing the array we are iterating over,
// needs more investigation...
makeResizedImage: ['- Image/', makeResizedImage: ['- Image/',
core.doc`Make resized image(s)... core.doc`Make resized image(s)...