Misha Wakerman

Results 7 issues of Misha Wakerman

README says `monit_eventqueue_dir` defaults to `/var/lib/monit/events` however this is not the case in `defaults/main.yml`. This means the `monitrc.j2` template never adds the `set eventqueue` block: ``` {% if monit_eventqueue_dir is...

**Describe the bug** Restore fails if the `--temp-dir` argument is provided. **To Reproduce** Steps to reproduce the behavior: Try to restore with (valid directory) `--temp-dir` argument and see the following...

bug
not qualified

This change allows `@pm2/io` to depend on `[email protected]` which includes a fix for this vulnerability (https://www.cve.org/CVERecord?id=CVE-2022-25883)

We encountered an issue when migrating our expressjs app from `rethinkdbdash` → `rethinkdb-ts`. With `rethinkdbdash`, creating our express app and initialising the database was synchronous: ``` export const r =...

enhancement
question

**Is your feature request related to a problem? Please describe.** After upgrading from version 2.3.6 → 2.4.0, I needed to rebuild some indexes but could not do so within/using the...

enhancement
question

rethinkdbdash supports both of the following config schemas: ``` { db: "some_db", pool: true, servers: [{ host: "localhost", port: 28015, ssl: { rejectUnauthorized: false, } }] } ``` and ```...

I spend a lot of time doing back of the envelope EC2 pricing and this tool looks great! I often forget to convert the currency or accidentally convert multiple times...

help wanted