Viktor Kojouharov
Viktor Kojouharov
### Description Currently, a response that returns a binary strings will generate the following type: ```go type FooOKSomeContentType struct { Data io.Reader } ``` This type seems to force us...
The current mocks produce race conditions when using with goroutines, because of the calls counters. I suggest changing the template for the mocks to embed a sync.RWMutex and adding locks...
The current behavior is to always re-center the window on the main screen whenever a notification is clicked. This is a bad behavior for two reasons: 1. The window is...
These changes make the plugin work with jQuery 1.8 with the new Sizzle filter declarations and internal event data structure. (At least for regular non-delegated events). It also still works...
### What do you want to change? Currently, when the `WithTx` method is generated, it accepts a concrete type: either an `*sql.Tx` or a `pgx.Tx`. However, the arguments ends up...
### Version 1.30.0 ### What happened? Given the following override definition: ```yaml ... go: package: "somepackage" ... - column: "table.column" go_type: "github.com/import/from/within/the/module/somepackage/SomeType" ``` Where the column is of type TEXT,...
### What version of ogen are you using? ```bash $ go list -m github.com/ogen-go/ogen github.com/ogen-go/ogen v1.14.0 ``` ### Can this issue be reproduced with the latest version? Yes ### What...