Damien Sutevski

Results 13 issues of Damien Sutevski

is there a setting or way to deal with this? really kills efficiency

Excon::Errors::SocketError: Connection refused - connect(2) for [fe80::1%lo0]:7474 (Errno::ECONNREFUSED) I am creating lots of nodes and then relationships between them. Around a 1000 nodes generated (but always at a different number),...

The readme doc should match the current release vs. the current master build, no? Took me a bit to figure out the error to realize it was already fixed in...

issue: https://github.com/infinitered/cdq/issues/130 So after figuring out a workaround, I _finally_ took a look at the specs and noticed this test ``` it "should be able to use named scopes" do...

Something like this possible, where we can still have a CDQ object when querying on a relationship? ``` # store and product are both models # expensive is a scope...

In my app I'm assigning transactions to a job. Then I try these methods (in app and in REPL have the same result): ``` Transaction.year_2016.where(:job).eq(job).sum(:amount) => 0.0 Transaction.year_2016.where(:job).eq(job).inject(0.0) { |sum,...

I have a button to "hide/show" a password which changes the secure_text_entry boolean. If it gets hidden then re-revealed, it loses the font I applied to it with RMQ. ```...

Would be nice if there was a way to do something similar to embedded google maps, where you have to hold ctrl/cmd in order to zoom/pan on a map, so...

enhancement