rellampec

Results 3 issues of rellampec

```ruby require 'hashdiff' Hashdiff::VERSION #=> "1.1.0" ``` The following snippet fails to ignore top level key `:a` ```ruby a = { a: 4, b: {a: 5, c: 6} } b...

The code below without calling `#get_worksheet_by_name` works perfectly well (so commenting lines #1 and #3) ```ruby unless sheet = workbook.get_worksheet_by_name(name) sheet = workbook.add_worksheet(name) end sheet.append_row(["TEST", nil, nil]) ``` Running the...

## What's going wrong? A fresh global install on `pm2` for a user allows to start the app with the ecosystem file (in `cluster_mode`). However, when `pm2` needs to auto-restart...