Julius Beckmann

Results 51 issues of Julius Beckmann

How about changing the Namespace from `CouchDB\` to something, that will most likely not collide with other software?

Guzzle does offer using Promise structures for their responses. How about using these to offer parallel requests to CouchDB?

Enhancement

How about a `QueryBuilder` that could enable stuff like this? ``` php $result = $this->database->query() ->design('users') ->view('user-by-username') ->key($username) ->includeDocs(true) ->execute(); ``` I already have something to start from :)

Enhancement

I added some more helpers to the `Result` class, like this: ``` php public function getFirstDoc() { $row = $this->getFirstRow(); return $row ? $row['doc'] : false; } public function getDocs()...

As requested in https://github.com/h4cc/AliceDemo/issues/4 it would be a nice feature if fixture files and sets could be loaded from other or even multiple paths. The current implementation using that single...

enhancement
easy-pick

Add the Package "ex_json_schema" from hex.pm Link: https://hex.pm/packages/ex_json_schema Description: A JSON Schema validator with full support for the draft 4 specification.

help wanted

Evaluate "watch" to see if it's awesome, and possibly include in the list. Link: https://hex.pm/packages/watch Description: Live reloading with watchman This is a autogenerated issue, because the packages was added...

help wanted

Evaluate "carmelize" to see if it's awesome, and possibly include in the list. Link: https://hex.pm/packages/carmelize Description: An Elixir library that converts maps from `snake_case` to `camelCase`. This is a autogenerated...

help wanted

Evaluate "ecto_generator" to see if it's awesome, and possibly include in the list. Link: https://hex.pm/packages/ecto_generator Description: Generate Ecto schemas from existing database in Phoenix - Elixir This is a autogenerated...

help wanted