Re: Using custom tsearch dictionaries

2014-06-10 Thread chris
Hi Peter I have been searching for a solution to this same problem, So I am very interested in where you got with support for custom dictionaries. I can see three ways to support it (1) Modify postgress so that the dictionary is keep in a table rather than a file. - obviously you don't want

Heroku + coder google + raspberry pi + websocket + socket IO

2014-06-10 Thread neuber jose sousa
I'm trying to put this application (http://googlecreativelab.github.io/coder-projects/projects/blinky_lights/) on heroku e.g.:. this link (*fierce-shelf-9252.herokuapp.com* it already runs but when I click blink_ligths is only connecting, connect

Re: Heroku + coder google + raspberry pi + websocket + socket IO

2014-06-10 Thread Morten Bagai
Hi, Did you make sure to enable websockets for your Heroku app when you created it? If not, try following the instructions here: https://devcenter.heroku.com/articles/heroku-labs-websockets. I don't think you should have to specify the port anywhere in the client code. Best, Morten On Tue, Ju