Rasty Turek
Rasty Turek
Hi @rfjakob, I do apologize for reaching out this way. Even after much searching I couldn't find another way to contact you directly. I was wondering if you would be...
Hi, I've a highly nested Json that I want to iterate through. Here is an example. ``` [{"a":[{"3":5},{"2":3},{"b":[{"n":2},{"b":"c"},{"c":[{"d":1},{"u":2}]}]}]},{"a":[{"3":5},{"2":3},{"b":[{"n":2},{"b":"c"},{"c":[{"d":1},{"f":[[2,3,4,{"tik":1}],3,5]}]}]}]},{"a":[{"3":5},{"2":3},{"b":[{"n":2},{"b":"c"},{"c":[{"d":1},{"i":2}]}]}]}] ``` Ho do I get to the `tik` key? Also probably an...
Hey guys, I started playing with RethinkDB today. Everything worked well until I started using ORM. ``` python import rethinkdb as r from rethinkORM import RethinkModel r.connect( "localhost", 28015).repl() class...
I'm running it on Mac OS X. Installed protobuf via brew. In console it works well, but whenever I'm trying to load the plugin, it says that can't find protoc....
First of all, thank you for all the great work you are doing. Managing an open source project is a thankless job, so I want to express my gratitude. ###...