Charles Sarrazin

Results 8 issues of Charles Sarrazin

Providing a means to simplify third-party middleware integration as well as providing a means to expose the middleware configuration directly within the bundle would drastically help users. I will edit...

feature

Support for guzzle-services was dropped in branch 2.0 as the library was not updated yet to handle version 6.x of Guzzle. As this was fixed in the last months, we...

feature request

With release `1.3.2`, symfony services can now be injected in a client's configuration. This should be documented in the `1.3` branch.

documentation
good first issue

Some streams may not be rewindable, and thus the `$stream->seek()` method may not be usable.

bug
contributor friendly
good first issue

Because GraphQL relies on storing the request parameters in the request's body, the current caching mechanisms don't work for such requests. See csarrazi/CsaGuzzleBundle#208

enhancement
help wanted

Currently, when running `mloginfo --queries`, all `getmore` commands are grouped by collection, even though they may not be associated to the same query. Finding the query associated with a `getmore`...

improvement
mloginfo

Basically, provide a means to define variables, in the same fashion as `$let` in MongoDB. This would be a great way to be able to define values which depend on...

When stopping the server, the `Connection` class throws the following warning: ``` Warning: socket_read() [function.socket-read]: unable to read from socket [0]: Une connexion existante a dû être fermée par l'hôte...