vlatkoB

Results 26 comments of vlatkoB

Maybe to mention the biggest ES design breaking changes (that I'm aware of now): 1. index can only have 1 mapping type 2. `/twitter/{user,blog}/..` should now be `/twitteruser/..` and `/twitterblog/..`...

FYI, I squashed and moved the fork to [GitHub](https://github.com/vlatkoB/bloodhound). Repo on BitBucket is deprecated.

@bitemyapp I have followed the existing pattern with `V6` directory, but seems I messed something up when moving fork from BitBucket to GitHub. It lost `V6` sub-directory completely. Was in...

Maybe a few words about differences between `servant-auth`, `servant-auth-server` and `servant-client`. Just started reading about auth in servant and am a little confused which to focus on.

Glad to hear it. Should I close this?

Is there a way to set it automatically? I tried setting ```` (haskell-interactive-set-+c nil) ```` but to no avail.

Interestingly, I noticed that `(haskell-interactive-set-+c nil)` setting now has the effect (no double warnings any more), while previously I had to type `:unset +c` in each repl on its first...

Thanks for reminding me. Just checked and the problem is gone. Great! :-)