Results 87 comments of Nathan Collins

We now have Redshift support, so implementing this feature for the Redshift backend would be very simple if anyone wants to take a stab at it.

The issues #326 and #239 are related, about documentation improvement suggestions.

I was also looking for an explanation of when providers update their listeners in the docs.

This is still a problem, and the #1567 linked in the description was closed a few years ago, so I guess that didn't solve it.

No, `ctrl+,` does not work to remove focus from the message compose area on web.whatsapp.com. The [workaround above](https://github.com/tridactyl/tridactyl/issues/3070#issuecomment-1080227866) works well, altho sometimes I need to hit `Esc` twice (sometimes the...

**I'm wondering if there's a way to get the best of both worlds here: to maintain the quick startup, but also notice when a recipe changes and update the installed...

Code following `where` is not required to be indented. My impression was that `haskell-mode` intended to support editing code in a variety of syntactically valid formats, not enforce a specific...

@andreas-roehler For example, in GHC source: https://github.com/ghc/ghc/blob/master/ghc/GHCi/UI.hs#L663.

@andreas-roehler Thanks for clarifying. The reason for supporting different indenting styles is that different code bases already use different styles: it's unreasonable for me to start working on an existing...

@andreas-roehler Please re-read the issue description: yes, `haskell-mode` does already support indenting subsequent definitions at the same position as the previous definition. What it doesn't do is take into account...