-
Updated
Jul 6, 2020 - Go
golang-library
Here are 1,601 public repositories matching this topic...
-
Updated
Jul 6, 2020 - Go
-
Updated
Jun 19, 2020 - Go
We've not tested installation guide for Linux very well, and we have found some issues (e.g., hajimehoshi/ebiten#1146).
To solve this, we can have Docker files for various distributions, and test them regularly.
APIs working with offsets, like CommitOffsets
, StoreOffsets
, does not specify what offset means. I recently found out offset means next offset to consume, not last offset just processed.
I think it's a common trap that many users fall into, some examples are:
-
Updated
Jul 6, 2020
The link to Django version compatibility 1.7 in the README's Development status section is broken, it looks like this version is not supported anymore: https://docs.djangoproject.com/en/1.7/ref/templates/builtins/
I suggest to either include a reference of actually implemented filters in your project's documentation, or ensure support for Django 1.8 or higher so you can link to their document
-
Updated
Jul 3, 2020 - Go
-
Updated
Mar 20, 2020 - Go
-
Updated
Jun 28, 2020 - Go
At present we can run the load generator for a set amount of time or a certain number of requests.
I would like to a mode --reconnetRequests=1000
where fortio client will reconnect after 1000
requests.
Use case: We are testing SDS cert rotation using an https
fortio client (std client).
For cert rotation to be exercised fortio should reconnect periodically to fetch the new cert.
In
-
Updated
May 29, 2020 - Go
New DM API
DM API has changed on september, 17th : https://developer.twitter.com/en/docs/direct-messages/sending-and-receiving/guides/direct-message-migration
is there any work in progress to change anaconda soon ?
-
Updated
Jun 21, 2020 - Go
GoDoc strings
Correct lint errors
-
Updated
Jul 5, 2020 - Go
-
Updated
Jan 12, 2020 - Go
-
Updated
Jun 26, 2020 - Go
See https://github.com/mailgun/gubernator/blob/master/architecture.md#side-effects-of-global-behavior
It states: Using GLOBAL can increase the amount of traffic per rate limit request if the cluster is large enough
I assume that with 'the cluster' you mean the cluster of gubernator instances.
Can you give a more detailed indication what you mean with '_large'? Are we talking about te
-
Updated
Jul 6, 2020 - Go
-
Updated
Apr 8, 2020 - Go
A potentially useful feature for the included CLI (and library) could be converting DICOMs (frames + metadata) into neat tf.Example
protocol buffers for downstream use in Tensorflow.
-
Updated
Jun 12, 2020 - Go
dropRight operation
This operations will be used to drop elements in the steam on the right of the given element
var elements = []int{10,12,7,41,5,6}
res:=koazee.StreamOf(elements).DropRight(12).Out().Val()
fmt.Println(res)
// [10,12]
-
Updated
Sep 16, 2017 - Go
-
Updated
Jun 23, 2020 - Go
-
Updated
Jun 16, 2019 - Go
Improve this page
Add a description, image, and links to the golang-library topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the golang-library topic, visit your repo's landing page and select "manage topics."
Checklist