Robert Hensing
Robert Hensing
[b1pgdflmgrlw3vqbcl6wh43yggg5nbjp-ghc-8.6.5-lib-ghc.log](https://github.com/input-output-hk/haskell.nix/files/3896106/b1pgdflmgrlw3vqbcl6wh43yggg5nbjp-ghc-8.6.5-lib-ghc.log)
I don't know. It looks a little messy, but so does the current formatting. What's the alternative?
I was responding to @tbagrel1 about the single line `do`. I don't have a strong opinion about the single line case. Does a half indent lead to a smaller line-based...
Shouldn't the first `` in your current implementation be non-indented because it is technically in a hanging context? ```haskell x = do something do -- unnecessary indent something do --...
On another note, I'm surprised to learn that operators are _not_ sensitive to indentation. I figured you needed a test case for this, but apparently you don't. It's all the...
> > * Add a `meta` field to indicate whether the package typically needs system privileges to function > > There is no such thing in linux. I was somewhat...
> Like Sandro, I don't really like the installation instructions on nixos-search. In their current form, the instructions are awful. One way is to reduce them to an attribute name;...
I think any solution will have to start by adding metadata to the packages, because heuristics will inevitably lead to missing cases and more problems. We'll want to open a...
@riceicetea Maybe you're right, but I think we have the capability to do it right, meaning that heuristics are a distraction. Of course this is highly subjective, but that's how...
Combining tests and examples has not led to a good collection of examples for dockerTools. (Something I've wanted to fix but never get around to, https://github.com/NixOS/nixpkgs/issues/139895) A more flexible approach...