Dmitry Zenovich
Dmitry Zenovich
Yet always allow them as values of pointers and interfaces.
I'm experimenting with s3backer and making some changes. At the same time, I want to be sure all the previously implemented features are still alright. How can I check that?...
ethereum,ethclient,eth/filters: marshal/unmarshal ethereum.FilterQuery struct to/from JSON correctly
+ Marshal ethereum.FilterQuery struct to JSON correctly, + Treat -1 as "latest" and -2 as "pending" (use rules from the rpc package), + Unmarshal ethereum.FilterQuery from JSON applying defaults for...
With this new feature, we can skip unnecessary annotations for pointer-type fields as they are almost always nullable. So instead of ``` // swagger:model Item type Item struct { //...
For an unknown reason, descriptions and tags of fields containing embedded structures have been ignored by the code scanner except for the 'required' tag. This change makes go-swagger respect descriptions...
Fixes #367 . **Make sure that you've checked the boxes below before you submit PR:** - [x] Tests exist or have been written that cover this particular change. Change Details:...
Here I remove all occurrences of the title "3 KING HENRY VI" from data/tinyshakespeare/input.txt as this title is not part of the dialogues. Additionally, since the digit "3" appears only...
### Description This PR introduces a new method mysqlConn.Reset() sending COM_RESET_CONNECTION to the connection and checking the result. As discussed in #1273, although there are strong reasons (https://github.com/go-sql-driver/mysql/issues/1273#issuecomment-2227210191, https://github.com/go-sql-driver/mysql/issues/1273#issuecomment-3202690653) to...
Unfortunately, it doesn't for now.