Daniel P. Brice

Results 26 comments of Daniel P. Brice

Will look into

I frequently need this function, as well. When I need it, I don't normally find myself thinking, "I wonder if I can afford the conversion." Instead, I normally find myself...

Please reconsider removing the ability to set `haskell.serverExecutablePath` on a per-workspace scope. Removing the ability to set this option on a per-workspace scope breaks a common and reasonable use case....

@fendor This is why we can't have nice things 😞 (Also, thank you for checking.)

As an alternative, a strictly-global scope setting that says `allowWorkspaceExecutable`, that defaults to `false`, and that users can change at their own peril. I would totally set it to `true`...

@cdornan, believe me! You _do not_ want to see _that_ code. No matter your power level, you _certainly_ do not want to re-use it. > I've seen things you people...

> Should there be two different count_(or other aggregate) functions or should we use a type class to overload the function. The typeclass would be. Naw. The aggregating functions return...

@ndmitchell Is there a different way you'd like me to approach this problem? I'm happy to rework this.

Thanks, @googleson78! I'll start working on a patch.

@ndmitchell it works using our `.hlint.yaml` file. If it doesn't work for CLI uses, then that's an oversight on my part that I need to fix. _Edit to add:_ Here's...