Ramin Gharib

Results 10 issues of Ramin Gharib

This PR fixes #3670 Every item on this list will require judgement by the Testcontainers core maintainers. Exceptions will sometimes be possible; items with `should` are more likely to be...

type/docs
modules/influx

Currently, the streams explorer is not supporting topics with Protobuf schemas and fails to load the schema when displaying the topic details. ![image](https://user-images.githubusercontent.com/20357405/150324802-bff0a73b-6d7b-466a-8738-8e6bcc692744.png)

enhancement
frontend
backend
hacktoberfest

Currently, when the streams application name is identical to its output topic, the stream explorer fails to recognize the streams application and instead uses the output topic as the application....

bug
backend

https://github.com/helm/chart-releaser

This PR fixes #49 According to the [Wikipedia page of Average Precision](https://en.wikipedia.org/wiki/Evaluation_measures_(information_retrieval)#Average_precision) the equation is defined as follow: ![image](https://user-images.githubusercontent.com/20357405/117638956-af9bfd80-b183-11eb-84e1-381273aa4046.png) where `rel(k)` is an indicator function equaling 1 if the item...

Hello! I am using your library to parametrize my tests! I am using [Pydantic](https://github.com/pydantic/pydantic) in my project and would like to use it to (de)serialize the input objects with it....