Igor Pashev
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...
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
**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...
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.
Signed-off-by: Igor Pashev --- This change is [](https://reviewable.io/reviews/whamcloud/integrated-manager-for-lustre/2403)
Signed-off-by: Igor Pashev --- This change is [](https://reviewable.io/reviews/whamcloud/integrated-manager-for-lustre/2456)
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...