Igor Pashev

Results 49 issues of Igor Pashev

Might be related to https://github.com/diesel-rs/diesel/issues/398. It turned out (to me) that cross joins are in fact inner joins on "true". PostgreSQL is happy to accept `... INNER JOIN ON true...

enhancement

Let's have ``` data Foo = Foo { foo1 :: Int , foo2 :: String } data Bar = Bar { bar1 :: Int , bar2 :: Foo } ```...

It would be great if a way to pass options (like `--keep-going`) to `nix-build` existed: https://github.com/madjar/nox/blob/master/nox/review.py#L22

enhancement

**Synopsis:** ``` Ensuring cabal2nix version is >= 2.2.1 ... Ensuring git version is >= 2 ... Ensuring cabal version is >= 1 ... stack2nix: stack's Nix integration is incompatible with...

enhancement

If two or more `crm` commands executed in parallel one of them may fail: ``` Traceback (most recent call last): File "/usr/sbin/crm", line 61, in rc = main.run() File "/usr/lib/python2.7/site-packages/crmsh/main.py",...

There is a dev dependency in `package.json` - `"request": "=2.81.0"`, but I don't see it's used anywhere.

Supports MariaDB multi-source replication

NewPlugin

Signed-off-by: Igor Pashev --- This change is [](https://reviewable.io/reviews/whamcloud/integrated-manager-for-lustre/2403)

enhancement

Signed-off-by: Igor Pashev --- This change is [](https://reviewable.io/reviews/whamcloud/integrated-manager-for-lustre/2456)

bug

The purpose of this method is to prevent reloading of the current page if the same URL is clicked. But this has downsides and, probably, no value: * It is...

triage