Philipp Riegger

Results 6 comments of Philipp Riegger

What I usually do is, I get rid of channels and `/etc/nixos` when I use morph and `system.autoUpgrade`. Something like this: ``` { config, lib, pkgs, ... }: let nixpkgsVersion...

Thanks for finding the issue with the growing store path. I had that one before and fixed it in an earlier version. But now I created that bug again. Fixing...

It seems to be a bug in the Endpoint function. I'm using docker on linux and I can reproduce this easily on my machine and in ci. Now I create...

> Could you please add a repro snippet, including which version of the library are you using? pray If there are so many users seeing it, we could be in...

My issue was "tsc -w" clearing the console and that was fixed in https://github.com/Microsoft/TypeScript/issues/21295. In this ticket there are also some workarounds that might help, like dropping the control character...