Cody Allen

Results 250 comments of Cody Allen

If you do something along the lines of number 2, it may be nice instead take an `A => String` (that could even default to identity). Sometimes I might have...

When we get to this, we should also try to add a test for #3303.

@stew's hunch, which seems plausible to me, is that it's related to the change to self-contained namespaces and the `lib` convention. Before you'd have a single name for everything in...

https://github.com/judah/haskeline/issues/130 seems like it might be related to the prompt issue. It suggests https://github.com/judah/haskeline/wiki/ControlSequencesInPrompt as a potential workaround (as the actual fix PR seems to have gone stale). I lack...

It probably helps a lot that I also use Coc.nvim, but I just copy/pasted your config and opened a scratch file and hover and error diagnostics Just Worked™️! Awesome stuff,...

Wow good sleuthing, @anovstrup! Thank you for minimizing this!

@emilhotkowski Thanks that would be great! My inclination would be to add a `view.signature` command to ucm. But I can't speak for others.

I imagine that this would come for "free", but just to throw it out there: It would be nice if `ui 3` worked like `view 3` does (the 3rd result...

I was still running into this issue using sbt-avrohugger, wartremover 2.4.13, and `wartremoverExcluded += sourceManaged.value`. I discovered that the issue seemed to be related to cross-publishing. With `crossScalaVersions` set to...

I think this is related: https://github.com/rickynils/scalacheck/issues/208