Arya Irani

Results 643 comments of Arya Irani

It's because your system doesn't have a local domain set. The system is returning "(none)" (as in 'xxxxxxxxx@xxxxxxx.(none)') which git rejects as a domain when it tries to autodetect an...

Yeah I guess so. Did you run the git commands it showed?

It's ok, I will just use Anti-XML for reading XHTML, and not for writing it. Thanks!

The derivation provided by argonaut does seem work though, whereas I can't seem to get argonaut-shapeless's to: ``` scala implicit val encodeBar: EncodeJson[Bar] = EncodeJson.derive[Bar] implicitly[EncodeJson[Bar]] // ok! ``` http://scastie.org/12281

I wonder if it’s any different with shapeless tags instead of scalaz tags. I’m not really tied to the latter. Won’t have a chance to give it a try until...

@ChrisPenner I'm thinking we should go ahead and try restricting the tab completion to prefix-matching, but that it should support both absolute and relative prefixes. What would that take?

You're not supposed to have to `chcp 65001` for ucm anymore, but I would want to know if that helps. If it does, that's a regression.

I think a better fix than #3307 is probably along the lines of https://github.com/judah/haskeline/issues/130, but it means resurrecting our haskeline fork to apply the patch. I'm looking into reproducing the...

Everyone should please include screen shots when describing visually weird or non-weird output 🙏