Alex Andrascu
Alex Andrascu
> It looks nice. However, my teams uses encrypted disks as topolvm's backend devices and no strong motivation to support this feature for now. > > If you send PR...
This looks like it was fixed in https://github.com/a7650/vue3-draggable-resizable/commit/0a70e7857b51ba90bf2f31b203650e691eda4391 though. I also just installed it via yarn and can't replicate. What version are you using?
Thanks for the quick reply. I would like to extend your module with the ability to send mail notifications. I.e. ``` var notify_mail = require('./platforms/notify-mail'); if (notify_mail.supported(options)) { return notify_mail;...
That's exactly what I'm trying to use it for. Trying to run some grunt tasks with https://github.com/Strider-CD (Continous Integration). So I only need mail notifications.
Yep I know where to find it. Was just thinking how to get that exposed to Gruntfile Maybe pass var notifyPlatform to ``` function choosePlatform() ``` But that'll mean a...
It seems like either notify_hooks doesn't work as intended or I'm doing something wrong. No matter what I do the values are overwritten by defaults. Here's my Gruntfile ``` ......
Ok, i've figured it out eventually. Made a couple of changes to the notify-lib.js and notify_hooks.js. Hopefully I'll be able to submit a pull request soon.
+1 ?
I'm interested in this too. Antonio have you managed to open up an issue ? Can you please link back to it so we can subscribe to that? Thank you,...