Endel Dreyer

Results 132 issues of Endel Dreyer

Should be at something like ``` http://endpoint.com/hook.js ```

Nice to have: https://github.com/slimphp/Slim-HttpCache

enhancement

- https://github.com/guzzle/oauth-subscriber - https://github.com/commerceguys/guzzle-oauth2-plugin

enhancement

This command should outputs the application schema: ``` hook schema ```

feature

Allow belongs_to relationships to cache the number of related rows. Like Rails: http://apidock.com/rails/ActiveRecord/Associations/ClassMethods/belongs_to

feature

It would be :boom:**AWESOME**:bomb: to compile PHP to .NET using [Phalanger](http://www.php-compiler.net/). Things to note: - Phalanger doesn't support PHP Traits yet, there is an issue open here: https://github.com/DEVSENSE/Phalanger/issues/42 - Illuminate...

enhancement

Currently it is not possible to do the following: ``` javascript hook.collection('memes').join('auth').select('_id', 'auth.email').then(...) ``` `auth.email` is not recognized, generating the following SQL error: ``` SQLSTATE[42S22]: Column not found: 1054 Unknown...

enhancement

Should be decoupled from `hook`'s core: - [ ] Push notifications - [ ] WebSocket channels

It would be nice to give an RegExp for queries: ``` javascript client.collection("users").where("name", /something/i) ```

feature