Eduard Bondarenko
Eduard Bondarenko
I fetch record with hstore column and do `row.save` It is always issue UPDATE sql, is it the default behavior? Any way to fix it?
From http://www.postgresql.org/docs/9.0/static/hstore.html: hstore ?| text[] does hstore contain any of the specified keys? 'a=>1,b=>2'::hstore ?| ARRAY['b','c'] t I get "ActiveRecord::PreparedStatementInvalid: wrong number of bind variables (1 for 2) in:" using...
``` sh → docker ps ..... 099dc3966110 hectcastro/riak:latest /sbin/my_init --quie 8 minutes ago Up 8 minutes 0.0.0.0:49163->8087/tcp, 0.0.0.0:49164->8098/tcp riak01,riak02/seed,riak03/seed,riak04/seed,riak05/seed → docker inspect 099dc3966110 | grep IP "IPAddress": "172.17.0.7", "IPPrefixLen": 16,...
Is it possible to make a stacked icon (one icon on top of another)? http://fontawesome.io/examples/#stacked I need a plus sign inside a circle. Thanks
Maybe an indicator gem bug but I'll leave it here too. CDL3INSIDE doesn't return integers. please see https://gist.github.com/edbond/5806613 Thanks. https://github.com/mlamby/indicator/issues/9
Maybe an indicator gem bug but I'll leave it here too. CDL3INSIDE doesn't return integers. please see https://gist.github.com/edbond/5806613 Thanks. https://github.com/mlamby/indicator/issues/9
I want to calculate number of days between two dates. What am I missing here? ```clojure cljs.user=> (time-core/today) #object[Object 20170126] cljs.user=> (time-core/local-date 2017 1 27) #object[Object 20170127] cljs.user=> (time-core/interval (time-core/today)...