kczulko
kczulko
I think [this comment](https://github.com/fullstorydev/grpcurl/issues/320#issuecomment-1213085737) from #320 answers the question and the issue can be closed.
@sharooksubana I'll tell you what I did and what worked for me. First of all generate certificates as described here: https://lightbend.github.io/ssl-config/CertificateGeneration.html It shows howto generate CA certificate which is later...
Thank you @nickgooding Your solution works. I just took this diff and applied it with `patch_args = ["-p1"],`. Now my project works!
Hi, I am facing the same issue. Here is my stack trace (sorry I cannot do more on it right now :/ ): http4s version: 0.21.0 ``` 20/04/16 06:10:50 ERROR...
@bugeats With the latest nixos version (22.05) it has also stopped compiling for me (I am using cabal). nixos 22.05 has quite recent cabal and ghc: ``` $ ghc --version...
@oakey1979 I am playing with brachiograph right now and it happened to me ~3 days ago. I came to conclusion that I'll change the GPIO14 to GPIO23 to get rid...
@marcinzh Just traversing this repo and found your issue here. Intrigued me somehow so I checked it. While looking at your github I am pretty sure you know the fix,...
@ruimarinho I think that's because the `buildPhase` in nix is pure, in the meaning that downloading something at this stage is considered as a jailbrake. If this would be allowed...
> Is there an easy to test this via https://github.com/LnL7/nix-docker or similar on macOS? Basically, in such case I was using cachix/install-nix-action like e.g. [here](https://github.com/kczulko/rules_elm/blob/cea8ebcae5e9cd0907e865181f33c6494c223c57/.github/workflows/workflow.yaml#L24). However, this slows down the...
@kero990 In my case it was a device issue. I am running nixos on my device where firewall is [enabled by default](https://nixos.org/manual/nixos/unstable/index.html#sec-firewall). Disabling it fixed this issue for me.