Pau Freixes

Results 20 issues of Pau Freixes

Hi @PeterScott thanks for the work done here, I would like to use your library as a dependency but I would need to have it compiled as a static library....

To avoid the current hard coded values when a Publisher create a new exchange at sending time, i've changed a bit the current interface adding a new parameters at send_message...

Implements a new tracing support for uvloop adding the pair methods `start_tracing` and `stop_tracing` that allows the user to start or stop the tracing. The user must provide a valid...

Hi, Sure Im missing something and you can help me on knowing what Im missing here, but from my understanding the REDIS protocol is quite simple and by default does...

question

Hi, Frist of al thanks for the work done here, having a facace that handles the complexity of using one or another cache backend but exposing them under the same...

**Describe the bug** Looking at this code [1] seems that Aiohttp takes care of releasing the connection without having to make an explicit close/release through a call to the methods...

Hi @jettify sorry the channel used to approx you, I didn't know how to do it. Right now the unique serious attempt to have `botocore` working in an asynchronous environment...

I would like to work on a PR for adding some sort of instrumentalization to the client, but before I would prefer to have some feedback just for the sake...

### Problem description We had suffer sporadically some issues with streams that got hanged forever, we think that issue could come because of the way that `goaway` frames are Today...

package: @grpc/grpc-js

Following the latest PR which implemented the increment command this one implements the decrement one. /cc @vavrusa