u-rogel

Results 5 comments of u-rogel

> The best way to solve is create another **dockerfile** with this contents > > ``` > FROM rethinkdb:latest > > RUN apt-get update; exit 0 > RUN apt install...

Quick reply! Yes, I would like to help. Wrote you on slack.

@atassis haven't heard from you in some time. Can we still work on it?

Do we put all documentation on the README.md file? Since the JS driver is an entry point to the RethinkDB project, should we add some basic query examples? Also important...

@arthurvanl I had a similar issue while I was passing the controlled `value` into `initialValue` prop. When I switched to use the `value` prop instead it got fixed. Also you...