Results 91 comments of Armando Santos

[Low level peer sharing](https://github.com/input-output-hk/ouroboros-network/wiki/Peer-Sharing-Planning) design is completed

Awesome! Yeah `lorri` integration is pretty easy and I also automated `niv init` so as to not worry with always having to manually change the repo to have the latest...

What's this issue about? Does this still make sense in the current [Peer Sharing design](https://github.com/input-output-hk/ouroboros-network/wiki/Peer-Sharing-Planning)?

I'm not very experienced in Nix but I've been looking around tutorials and opinionated guides and found these two: https://discourse.nixos.org/t/nix-haskell-development-2020/6170, https://medium.com/purely-functional/nix-setup-for-haskell-with-ghcide-and-hlint-3e268343efed to work out best. They seem to offer a...

I am working on adding code files embedding support. I decided to hijack this post to ask if anyone knows a good way to solve this challenge I am facing:...

It seems I can work around the issue by not pattern matching on the tuple and using `uncurry`, but there are cases when I can't do that

There was one thing I hadn't tried yet which was lazy pattern matching which seems to be something that libraries like criterion requires in similar situations. Indeed adding lazy pattern...