vlatkoB
vlatkoB
ES 6.4.2
Hi, I adapted bloodhound `V5` as `V6` to work with `ES 6.4.2`. Fork is at https://bitbucket.org/vlatkoB/bloodhound (hg, not git). This is from the current changelog: > - Removed `MappingName`, `"_type"`...
Hi, I think it would be nice to have a dropbox with different projects so you can browse them directly from the web. Create `.toodles.yaml` in user $HOME and specify...
One other test also fails: ``` Language.Haskell.Stylish.Config: Extensions extracted correctly from .cabal file: [Failed] ```
Hi, Just installed the Firefox add-on and Perspectives icon is always displayed as red cross on the well known sites. Such as: https://plus.google.com/ https://addons.mozilla.org/en-US/firefox/addon/perspectives/developers https://github.com/danwent/Perspectives/issues/new (this page!) https://encrypted.google.com/search ... Tried...
I was missing these functions
A few days ago repl window in Emacs stopped being cleared on reload. Everything works fine, just errors/warnings are displayed one after another until I manually clear the repl window....
Hi, when using ```jqueryWith $ defCommonGeneratorOptions {requestBody = "payload"}``` generated JS is this ``` var postUsers = function(payload, onSuccess, onError) /// changed { $.ajax( { url: '/api/users' , success: onSuccess...
Hi, I'm getting this error because some routes do not support JSON, and yet they are on the same endpoint branch. Would ignoring such routes even be possible? Is there...