Results 189 comments of Taylor Fausak
trafficstars

I am also interested in something like this. As far as I can tell, `managerRawConnection` is only called once per host. So if you get `http://httpbin.org/get`, it will be called....

I would also like to have this. I understand that the mappings are hard-coded into the grammar and can't be modified by the user, but I still think it would...

Bummer. For comparison, `language-ruby` supports [a few nested heredoc syntaxes](https://github.com/atom/language-ruby/blob/3c78983017c34cfc234f73ed48eb6661f27358a4/grammars/ruby.cson#L1409-L1816). It's been around for a while and they haven't had a bunch of requests for more grammars. In fact, I...

Thanks for opening this suggestion! I generally support adding new instances to Witch. That being said, won't this instance overlap with the list instance? https://github.com/tfausak/witch/blob/461bf44506ea822100dc2277d43331fd6cee9786/source/library/Witch/Instances.hs#L976 Are you suggesting to replace...

I’m not necessarily opposed to replacing the instance with a more polymorphic one. So far I’ve tried to avoid polymorphic instances where possible. For example there’s no instance for `(Integral...

Ah, right. These types depend on the platform.

So I could use CPP to define the appropriate instances. Or I could put some conditionals in the package description to load up different modules defining these instances. Both approaches...

Since I don't personally need these instances, I'm going to avoid adding them for now. That doesn't mean I'm opposed to adding them; I just don't know the best way...

I'd be fine with combining both the "failed" and "timeout" callbacks into one.

This comment mentions that the instance for converting from `Text` to `ByteString` arguably shouldn't exist: https://github.com/tfausak/witch/issues/17#issuecomment-829704290 And this pull request added a bunch of these instances, although they were mostly...