lansfy
lansfy
> As I understand it, you want to use {{ $varName }} not as a template, but as a plain string to be sent, is that correct? No, I want...
> As a workaround, you can use yaml-format features: I understand this part but want to fix gonkey to use usual way, without all this magic in tests. My point...
Вторая часть уже работает и так: добавьте в тест ``` comparisonParams: ignoreArraysOrdering: true ```
> does openapi allow unspecified query params? I think yes, but I'm not sure. But this functionality added for user, who has, for example, a lot of request/response and want...
@fenollp , what about pull-request?
в https://github.com/lamoda/gonkey/pull/180 пофикшено гораздо лучше, чем в данном пул-реквесте
Оно поддерживается, просто в документации надо отразить https://github.com/lamoda/gonkey/pull/117
@jackc , I read comments from specified commit and still has problem. For some reason I use third-party library dbr which opens database with `sql.Open`. It's not to easy to...
@jackc , I did that, but `AfterConnect` has type `func(ctx context.Context, conn *pgconn.PgConn)` and as I understand `pgconn.PgConn` doesn't have `TypeMap`. And I still don't understand how to modify `pgx.Conn`...
Created similar pull-request to pgx https://github.com/jackc/pgx/pull/2026 I think it will be useful to allow to redefine default timezone for database globally without such not-clear constructions.