Michael Xavier

Results 71 comments of Michael Xavier

I would say that it would be a good idea to try to recruit some maintainers who are active users. I don't think either Chris nor I use the package...

As you may expect, I'm still on ESV1 because I never have a block of time open long enough to build a new cluster. Don't mind me though, I'll take...

I do the [proxy thing](https://github.com/Soostone/katip/blob/master/katip-elasticsearch/src/Katip/Scribes/ElasticSearch/Internal.hs#L446) in katip-elasticsearch. It is quite tedious and verbose as you have to define a big typeclass of all the overlap in type and functionality, then...

What does the failure say? Most of the time JSON isomorphisms fail due to either invariants that don't get enforced at the type level (e.g. duplicate keys) or type ambiguities,...

I'm pretty sure I added all the Generic instances not for anything to do with the library itself but to use generics SOP to derive arbitrary instances to smoke test...

Let it rip!

> Oh, could you expand "SHM" for me please? Don't think I understood. Sorry, `structured-haskell-mode`. I think it keeps some kind of coprocess and repeatedly parses a file (or maybe...

Thanks for clarifying @bitemyapp I think we may have been incorrectly in agreement. I think it may be a mistake to do a cutoff on elasticsearch 1.x and have all...

The intersecting modules thing sounds like its worth a shot. The best advice I can give is that if you're using bloodhound in anger for 2.0, keep an internal fork...