Peter Hamilton
Peter Hamilton
Another fork has also addressed this in a slightly different manner: https://github.com/L2G/uuid/commit/17b6a9c3ebb51d5ad80dd03492e480a76f5463ab
So the issue here lies with mix test not producing beam files. Good to know, I'll poke around and see if that can be changed. On Thu, May 14, 2015,...
What about multiple client connections enables better cpu usage in a proxy?
@danielmewes Sorry, I was asking a question. Why does that enable better cpu usage? What aspect of multiple client connections leads to more cpu usage?
Interesting. Is that true for normal cluster connections? (not just proxies)
If someone who wanted this could try out my branch and let me know if it is useful that'd be awesome. If it does provide value I will try and...
Nice! Happy to collab on your branch if that's easier. It was actually a good learning exercise so I don't really consider it wasted work. I've got a bit more...
http://hexdocs.pm/rethinkdb/RethinkDB.Connection.html#start_link/1 tells you how to specify default db in `start_link` I skipped the bang methods just for the proof of concept. Definitely will add them in. Callbacks should all be...
This is super expermental, so keep that in mind. `MyConnection` in your example is a RethinkDB connection with a few extra methods to make it act like an Ecto Repo....
Limit fields to schema is already done by the Struct. Enforce required and optional is already done by the Changeset. Enforce types is missing. Uniqueness I don't want to support....