Dmitrii Kovanikov
Dmitrii Kovanikov
@hasufell This is the correct link: https://chshersh.com/
@achilleasNP Sure, you can take it 👍
I'm really happy you liked `life-sync` 😊 Yes, it uses hardcoded `dotfiles` location under `~/dotfiles`. Making this directory configurable is a possible improvement for the package and I highly appreciate...
@frontsideair I see, this issue indeed might be more complicated than it looks at first glance. @nixorn is currently working on supporting branch-based workflow (see PR #46). After this is...
@wisn Go for it!
@wisn If you're going to do this issue. let's also do one more thing: let's remove `lookupDefault` function from signature and every instance and add default implementation using `lookup` and...
@kahlil29 Yes, the implementation should look pretty much like for `containers-int-strict`. I think we settled with the implementation of the `Map` signature for `IntMap` so the implementation can be take...
@bbarker there's several problems here. @vrom911 is right regarding `stack`: it doesn't support Backpack at the moment and you need to use `cabal-install` build tool for that. It's not enough...
@573 Thanks for reporting issue! The documentation can be cleaned up. The approach was used at Travis but was replaced in this commit: * https://github.com/kowainik/idris-patricia/commit/9664fd1ab070f313023bdbb053f562e2d2a88c3a I initially took it from...
@SanchayanMaity Could you, please clarify a few more details regarding your use case? How could it be that `.life` file is not present if you created `dotfiles` with `life init`...