Serhii Khoma

Results 186 comments of Serhii Khoma

for the snapshot in the first message - jest-html wont render snapshot if it doesnt contain `------------HTML PREVIEW---------------` at the end I had the same problem - jest-html didnt render...

maybe it's possible to change client application to render snapshot IF: 1. if snapshot content has `------------HTML PREVIEW---------------` - render everything below `------------HTML PREVIEW---------------` 2. if snapshot content is valid...

> Also, the instructor variable is undefined here oh, sorry, typo, updated > Why's that? it's the same as Either, but more descriptive Codec is better than Left, Nullary is...

Tnx @dcerisano, I was able to make nix derivation that decrypts repo that was downloaded without `.git` dir ```nix git-crypt-unlock-src = key: src: stdenv.mkDerivation { name = "decrypted-source"; inherit src;...

And I don't use pencil theme no more, so, sorry

``` $ realpath $(whereis networktablet) /home/srghma/networktablet: /nix/store/wiphsmvzfg3hjywdnl2dhrv2fr934yry-gfxtablet-uinput-driver-1.4/bin/networktablet ```

my drive after this app ``` e2fsck -n /dev/sda3 Journal superblock has an unknown incompatible feature flag set. Abort? no Journal superblock is corrupt. Fix? no NIXOS_ROOT: ********** WARNING: Filesystem...

I think it makes more sense to make the `updater` not script, but derivation that builds a script

On rails 5.0.0.rc1 situation is the same - devise (4.0.3) - devise_token_auth (0.1.37)