-
For some reason `connections/cursor.rb` is occasionally failing with the message:
```
>>> Failed connections/cursor.rb1.9 with exit code 8 after 0.1 sec (T+ 0.6 sec)
/home/ssd2/larkost/rethinkdb/t…
-
``` python
from nilearn import datasets
data = datasets.fetch_localizer_contrasts(['checkerboard'], n_subjects=1, get_masks=True)
```
I don't think that's super critical but @AlexandreAbraham you ma…
-
Hello,
There is no contribution guidelines for this project.
Is there a specific format for PRs or way in which code may be submitted?
-
Based on [`test/document.js#L200`](https://github.com/neumino/thinky/blob/v.1.15.0/test/document.js#L200) I would expect date strings like `2014-09-29T03:44:29.0000000` to be coerced to `Date` objects…
-
I've started using PHP-RQL on my server and seem to be having issues getting it to work with HHVM.
I am using HHVM-3.3.0 and have this strange error occuring only on HHVM. Switching back to PHP-FPM c…
-
I'm getting a lot of weird issues running ReQL tests on `next`; a lot of "server is closed" type stuff. This dates back at least as far as 5facb14.
-
I noticed today that rake nobrainer:sync_indexes deleted and recreated some indexes even though they haven't been changed.
This happened because current_index.serialized_rql_proc was nil and thus not…
-
I was trying to implement them by my self but I could not get the regex working. I'm not so good at regex :D
What I was trying to do is parsing a query like this "(eq(foo,3)<(price,10))|eq(bar,5)" …
-
``` javascript
r.expr('foo').count() // 3
```
-
`rollbar.logger.RollbarHandler` doesn't format messages properly: `logger.debug("Hello from %s", name)` will show only `Hello from %s`.