Lyubomir Toshev

Results 7 comments of Lyubomir Toshev

I don't think you need this PR, you just pass your token outside here is a sample: var signer = new AWS4RequestSigner(parts[0], parts[1]); var content = new StringContent(JsonConvert.SerializeObject(obj), Encoding.UTF8, "application/json");...

Man, can you merge this? The old deps are holding us back.

I was able to actually mod the code, are u ok if I open a pull request. Not sure my selector is good but I was able to get out...

For me they just don't work, I tried with the following code: ``` func executeBatched(conn *pgx.Conn) { body := readFile("000001_init.up.sql") batch := &pgx.Batch{} sql := strings.Split(string(body), ";") for _, element...

Hi, yes I found out that I have to start the adapter with -ddl=AutocommitImplicitTransaction flag to be able to run the batches. It's good you added tests. Do you know...

Hi it is a private repository, I cannot share it. Right now we have a problem that this code GitRepo.Commits.QueryBy(fpath) gets slower and slower because we add commits at a...