Sam Horton
Sam Horton
Please implement. +1 :D
I just ran into this issue as well.
I would love to have this as a feature so that I can trigger [gulp-notify](https://github.com/mikaelbr/gulp-notify) to let me know when the process is complete. Would be even better if I...
@VooDooPrawn I haven't done anything. I just leave the console viewable while working. I may try to build the feature myself sometime down the road, I just don't have time...
While waiting for this feature, I have found [this project](https://github.com/manosim/gitify) to be very useful. It doesn't send your notifications to slack, rather integrates with the MacOS notification system which works...
+1 for implementation. Switch between Webstorm and Atom daily. Would like the single 'shift shit' key command for both. :D
It looks like `WebHDFS#write` is not yet implemented. However, if the `WebHDFS` API is to be a parallel of `fs` then, I believe, your suggestion wouldn't work anyway. `fs.write` only...
In order to delete a directory that has content you need to pass the recursive option as well as a callback for handling errors like so: ```js import WebHDFS from...
I was really hoping this plugin could be a viable alternative to [hyperterm-visor](https://github.com/CWSpear/hyperterm-visor)/[hyperterm-overlay](https://github.com/rickgbw/hyperterm-overlay)/[hyper-overlay](https://github.com/favna/hyper-overlay) as I was having instability using those. Unfortunately this plugin forces you to go back to the...
While trying to tackle everything going on in #289, I wanted to start with this bug first. There are a couple of things we will need to tackle in order...