Abed Halawi

Results 19 issues of Abed Halawi

Let's have this to be optional (default true) since it is required only for loading cross-origin assets.

Enhancement
Feature

Throwing a well formatted error when the issue is about credentials.

Enhancement

I have [this package](http://github.com/vinelab/neoeloquent) that depends on **neo4jphp** and whenever I need to install that package in a project using composer with `minimum-stability: stable` composer says that it cannot resolve...

![screen shot 2014-10-14 at 3 49 34 pm](https://cloud.githubusercontent.com/assets/2647333/4629116/9b4f4672-53a0-11e4-8101-7d2f1b6095b7.png)

Should I be worried about this when using `interlace()` ?

Things like 400, 404, 5xx can have a pre-defined set of functions that return an elegant response: ``` php Api::errorNotFound(); // 404 Api::errorBadRequest(); // 400 Api::errorInternal(); // 500 Api::errorForbidden(); //...

Feature

There needs to be a class that handles connections and re-connects on failure. According to [this comment](https://github.com/php-amqplib/php-amqplib/issues/353#issuecomment-199295246), it should work fine.

bug

According to comment https://github.com/Vinelab/bowler/pull/33/files/523bef6b8663f1cac65a01db23873a728775b47d#r230399385 It is better when separated.

enhancement

In order to identify producers, it could be helpful to have a proprietary message object that includes the body (data) that is usually sent by the user. A better way...

enhancement

Writing caption for the image might go out of the brackets.

bug