hellboy81

Results 34 comments of hellboy81

Do not use `Atom`! Use WS!

Yes, I tried to solve this problem with ``` sh [sudo] npm rebuild [sudo] rm -rf node_modules [sudo] npm i ``` but it it does not works 4 me

I have script which should be executed for each **added** or **changed** file. I have 3 _theoretical_ possibilities: - execute script for every changed file from `grunt` watcher. Full path...

Actually no plugin required. [jsonschema2pojo](http://www.jsonschema2pojo.org/) can be used

OK, in which cases I _SHOULD_ do it? I should test if `-` char has been removed from random uuid: ``` js // Code in SUT uuid.v4().replace(/-/g, '') ``` As...

- Can `node-memwatch` be used in production environment? - Which best practices should be used to detect memory leaks (may be also with `v8-profiler`)

The same issue

`serialVersionUID` should be unique for each exception class?