Results 130 comments of Daniel Mewes

Ok made some progress. Looks like the problem is that the V8 build system creates what's called a "thin" archive, which gld then doesn't accept (not sure if that's because...

V8 still doesn't link, though now with a different issue: ``` ld: warning: file /root/rethinkdb/build/external/v8_3.30.33.16-patched/build/out/x64.release/obj.host/third_party/icu/libicui18n.a(calendar.o): wrong ELF class: ELFCLASS32 ld: warning: file /root/rethinkdb/build/external/v8_3.30.33.16-patched/build/out/x64.release/obj.host/third_party/icu/libicuuc.a(brkiter.o): wrong ELF class: ELFCLASS32 ``` @jperkin Do...

@thomasmodeneis Which version of the Ruby driver and which RethinkDB server version are you using? We released a new Ruby driver version 2.3.0.0 today, which is only compatible with RethinkDB...

I'm actually not 100% sure how `plugin install` fetches and installs dependencies. One thing you could do is change https://github.com/rethinkdb/logstash-input-rethinkdb/blob/master/logstash-input-rethinkdb.gemspec in your local checkout and change the line ``` rb...

A RethinkDB storage plugin for Apache Drill would be really nice I think. We have some other things to work on first, but will add it to our list of...

@hariDasu There isn't any news on this yet. We're super busy with some other exciting projects at the moment. But it's still on the list.

It doesn't look like it's necessary for the basic functionality, but I guess that it still servers some purpose (could it be making some transition look nicer in the UI?)....

I don't think we'll update this demo, at least not anytime soon. @segphault @dalanmiller do you know if we have any other demos using external APIs with RethinkDB available at...

I'm going to add a warning to the README on this project that it's no longer working...

Actually I only saw the global README. There are much better README.ms files in the individual implementation directories. We should still improve the global README to describe what's in this...