Nilan Saha

Results 18 comments of Nilan Saha

Seems pretty old but any update ?

> https://cwiki.apache.org/confluence/display/KAFKA/A+Guide+To+The+Kafka+Protocol > > > The sixth lowest bit indicates whether the RecordBatch includes a control message. 1 indicates that the RecordBatch is contains a control message, 0 indicates that...

@dotnwat @jutley I have the same problem but I can't replicate this locally using kakfa zookeeper docker however. I can try making a PR if I can replicate it locally.

> Ran into the same issue when integrating with Ariadne's ASGI. > > > > ``` > > routes = [ > > Mount('/graphql', graphql), > > ] > >...

Thanks I just added the backslash to the GQL gateway config and solved my case. But this is an issue that needs to be solved in starlette itself. I have...

@JoaoLages A bit late to the party but what we are really optimizing here are the embeddings for user or items whatever. The dot product is a mere operation to...

Tenacity does not have the same api structure as this one. Its a fork of `retrying` I feel this library has so much better apis I am thinking of making...

This is extremely useful. Unfortunately this repo has been inactive for a while. Is the owner even around ?

> @nilansaha Been a while since I looked at this, but I believe we just set the log level to skip these messages. Sorry I can't be more helpful! Hi...