Kosh
Kosh
I agree, but I was just getting it working first, I haven't gone back to that project again and I'm not sure this is even maintained anymore.
I tested across versions, and it seems to be a bug with MariaDB 10.2+ | Server Version | Output | | ------ | ------ | | `10.0.38-MariaDB-1~xenial` | `Final Ping...
I posted an issue in the [MariaDB bug tracker](https://jira.mariadb.org/browse/MDEV-21252) as well.
There's an extract of the packet capture in the [MariaDB issue](https://jira.mariadb.org/browse/MDEV-21252) (but it really isn't much, it's the 4 bytes in the response). I think it's ignored in other libraries...
Packet capture: [mariadb.pcap.zip](https://github.com/go-sql-driver/mysql/files/6292951/mariadb.pcap.zip) MariaDB 10.1 (pre-bug): ``` No. Time Source Destination Protocol Length Info 4 0.000155 172.17.0.2 172.17.0.1 MySQL 174 Server Greeting Error 1129 Frame 4: 174 bytes on wire...
The options for the pages are there, but no way to check what the page details actually are. I wrote a pretty hacky workaround and put the pagination in the...
I created a draft PR to see if it looks OK to you, it works with that method. ``` opt := &travis.RepositoriesOption{ Limit: 1000, } repos := []*travis.Repository{} for {...
It's only a draft at the moment, to make a PR out of it I'll need to do all the methods, if you think it works this way I'll do...
I added the pagination to all the responses that return arrays, but I'm not sure where in the travis docs it says which requests will return pagination. The only issue...
Or maybe it's just a caveat of the API, `IsFirst` and `IsLast` should be there, and if they're not returned then the library needs to remove it from that method.