Parnell Springmeyer
Parnell Springmeyer
@domenkozar yes.
@domenkozar I might be able to get to it this weekend. I don't use HIE anymore because the emacs integration seems pretty busted for me ATM and I haven't invested...
Which is why I wish they would support ISO 8601 instead of using epoch stamps :(
Ahh, got it. No need of they're going to implement column indexes. Do you know how far out? On Oct 2, 2014 9:05 AM, "Mitsutoshi Aoe" [email protected] wrote: > Thanks...
@ocharles I was able to build that package manually after adding a few deps; I'm not sure why `go2nix` didn't pick them up. ```nix [ { goPackagePath = "golang.org/x/net"; fetch...
These are the ones that I added: ```diff diff --git a/deps.nix b/deps.nix index 3da504c..a9c0473 100644 --- a/deps.nix +++ b/deps.nix @@ -1,5 +1,65 @@ # This file was generated by https://github.com/kamilchm/go2nix...
@mrBliss thank you for submitting this PR! We've been really busy but should have some time soon to review your PR.
Thanks @marefr, I did that here: https://github.com/grafana/grafana/issues/87364. I also need to fix the build failures.
Good one. This is currently how we use `nixfromnpm`.
I believe I've hit the same issue except I don't see any exceptions, `forkProcess` simply doesn't return. Furthermore, I don't see this problem on Darwin but I do on Linux...