deltachat-desktop icon indicating copy to clipboard operation
deltachat-desktop copied to clipboard

fix glob-watcher usage

Open dotlambda opened this issue 2 years ago • 3 comments

It still doesn't work in bin/build-shared-convert-translations.js and I have no idea why, but it's better than the status quo.

dotlambda avatar May 20 '22 20:05 dotlambda

chokidar is a good library for file watching, what exactly is not working @dotlambda ?

Jikstra avatar May 27 '22 13:05 Jikstra

chokidar is a good library for file watching

Should I replace glob-watcher with it?

what exactly is not working @dotlambda ?

The callback isn't called when translations are changed. For static it works perfectly though.

dotlambda avatar May 27 '22 13:05 dotlambda

If you wanna try it out feel free to replace it with chokidar :)

Jikstra avatar Jun 01 '22 13:06 Jikstra

@dotlambda you still want to work on this?

Jikstra avatar Oct 02 '22 15:10 Jikstra