Dogac Akyıldız
Dogac Akyıldız
Hey there, I do not see `Badges` in `GitLabClient`. Are there any plans to support Badge API? Thanks.
**Describe the bug** I don't know if this behavior is a bug or not. String mutation applies when a string literal is used within a method. But it doesn't apply...
**Describe the bug** I am trying to start a `PostgreSqlContainer`. Here is my `PostgreSqlFixture` class. ``` cs public class PostgreSqlFixture { private const string PostgreSqlImageName = "postgres:11.1"; private readonly PostgreSqlContainer...
Currently, it seems to me that Dapper.Contrib's `InsertAsync` generates SQL with `RETURNING`, is there any way we can remove this with configuration? If not, supporting it would be great. My...
Hello, I want to produce a JSON value with key using `kafkacat`. What I have achieved so far is I can produce the message with value but I cannot set...