Asad Saeeduddin

Results 161 comments of Asad Saeeduddin

> If its particularly about noUnusedLocals, you may still mark variables for "to be used later, don't blame me for their existence" with a leading _. Those variables are ignored...

I realized that reloading tmux conf after changing the `default-terminal` and `terminal-overrides` settings while a session is active results in that weird pink airline color and doesn't completely fix the...

@vors The change in #2450 greatly improves the experience, but the design still feels a little awkward and inconsistent. It seems to be based on arbitrary patterns rather than consistent...

@vors What I mean is that IMHO `native`, `ps` etc. shouldn't be distinct, first class concepts in the first place. It makes the language conceptually simpler if it consists only...

@kmscode That doesn't look like a PR. Wrong issue number?

@gabejohnson Perhaps we need a meta-spec to specify how to talk about specs like this one. ;)

Should there perhaps be an extra laws only subclass of `Semigroup` called `CommutativeSemigroup`/`CommutativeMonoid` or something like that? `CFoldable` is then just `Foldable` with a stronger constraint on its `foldMap`.