Brian Hicks

Results 110 comments of Brian Hicks

OK, I've taken more time to think about it today, and just want to check my understanding. I think we'd need to: 1. change https://github.com/LnL7/nix-darwin/blob/3ba909eb2dd3ddd893604f83048fa76cc2e47e74/modules/system/applications.nix to symlink into `/Applications/Nix Apps`...

Great, thank you. Sorry for the noise; I wanted to make sure I understood you completely before I sent in a PR. :) > On Jul 18, 2019, at 2:59...

having multi-line alignment makes diffs weird. What if `NotFound session` becomes `NotFound sess`? The diff looks like this: ```diff @@ -1,5 +1,5 @@ case model.page of - NotFound session ->...

This happens a lot in parsers. The CSV spec (haha, I know) specifies lines end with a `\r\n`.

Adding my experience at @avh4's request: This rule is making it a little difficult to write clear docs for https://package.elm-lang.org/packages/BrianHicks/elm-csv/latest/. You can see `\u{000D}` in some of the examples in...

oh, and just to have it written down: I'm aware that I can format my example how I want by adding parentheses around the inequality expressions, but all things being...

> I guess beyond those, your also suggesting here that certain operators could force newlines to be added? no, definitely not! The suggestions above include the clause "if there are...

Update: looks like [this is possible](https://github.com/hashicorp/hcl/blob/master/decoder.go#L537-L551), but I had to dig through the code: ``` type Outer struct { Inner `hcl:",squash"` } ``` I couldn't find any documentation for this,...

This turns out to be something my team needs fairly often. I posted on the forum about it before thinking to look in the tracker: https://forum.bors.tech/t/is-it-possible-to-have-the-staging-branch-have-multiple-merge-commits/658 Basically, not doing octopus...

I'd be happy to file, but I'm not sure if I can contextualize this correctly. Is the problem that tree-sitter is generating code which produces warnings?