Results 593 comments of piegames

I have not profiled Magic Wormhole yet as I have not run into performance issues so far, but my assumption is that either the disk or the network should be...

I think that there is quite a bit of code performance which Nixfmt currently leaves on the table. Someone with knowledge of profiling Haskell applications would likely find quite a...

For increased discoverability, I suggest adding an `--offline` alias, or maybe even some detection of the offline error with a hint.

The formatting team meetings are regular (not sure how public the schedule is, but in theory everyone can join), the agenda however is "whatever happens to be the topic" and...

I think this RFC tackles two different issues at once and intermingles them: 1. "Cheap" or "shallow" cloning 2. Cloning into closures The RFC text currently focuses on the shallow...

This produces a couple of weird outputs, like ```nix (mkRenamedOptionModule [ "services" "xserver" "displayManager" "sddm" "enable" ] [ "services" "displayManager" "sddm" "enable" ]) ``` Not sure how to easily solve...

Nixfmt works by pretty-printing parsed AST nodes. How should it deal with partial nodes, especially at the line boundaries? Also, how does it know the base indentation to use? It...

Just open the subreddit and have a look at it. People banned over here causing discord and spewing hatred. Do we want this to be a representation of our community?...

Currently, that script pushes against some branch in my personal fork. Which is obviously not a permanent solution. My proposal would be to maybe just print the diff in the...

> since we don't really care about incremental diffs between individual commits in a single PR. Having a single diff for the entire PR is good enough Actually, having a...