-
I shut down the server while a PHP-based client was running.
I got a seemingly infinite sequence of the message
```
PHP Notice: fwrite(): send of 8192 bytes failed with errno=32 Broken pipe in /hom…
-
_From [jajcus](https://code.google.com/u/jajcus/) on June 14, 2011 12:12:52_
Please provide any additional information below. > What steps will reproduce the problem?
1. Find an interesting event on …
-
_From [t.burny](https://code.google.com/u/116548515413845456944/) on November 18, 2010 20:04:57_
After the most recent site update( http://www.last.fm/forum/21717/_/657999 ) the following stations ar…
-
User @akuseru encountered kind of an oddity when writing filters on an array value:
https://github.com/danielmewes/php-rql/issues/43
His query (in PHP) was equivalent to the following in JS:
```
r.d…
-
On `next`, while running the tests for the JS driver.
```
== Running polyglot/arity.js test
RethinkDB server failed: Error: rethinkdb process 2730 failed with error code -5
info: Our machine ID: 09db…
-
When you call `[]` on a RQL value in the ruby driver, we should tell people to use `nth` or `get_field` to resolve the ambiguity.
mlucy updated
11 years ago
-
Moving it to a separate project will encourage more ruby developers to work on it.
Right now there are quite a few things which are not idiomatic ruby, which IMO needs to be addressed in order for rub…
pzol updated
10 years ago
-
`make py` fails in test/rql_test with the following error:
```
======================================================================
ERROR: runTest (__main__.TestBatching)
--------------------------…
-
It seems assigning a value to a field (when it contains a hash) can leave the in memory record and the on disk one out of synch ...
``` ruby
machine = Machine.first
=> #"owner"}>
machine.machine_mem…
-
Hi, I'm getting this error when I'm trying to save a new document.
class Boo
include NoBrainer::Document
field :name
end
Then When I try to save after b = Boo.new(name: "bla")
I get this e…