-
Updated
May 19, 2020 - Go
golang-library
Here are 1,521 public repositories matching this topic...
-
Updated
May 7, 2020 - Go
-
Updated
May 19, 2020 - Go
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
May 19, 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
Mar 20, 2020 - Go
I know I can just go to Releases, or go get
things, but I'm having a hard time finding any install instructions on pdfcpu.io.
-
Updated
Oct 6, 2019 - 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 14, 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
May 12, 2020 - Go
GoDoc strings
Correct lint errors
-
Updated
Jan 12, 2020 - Go
-
Updated
May 15, 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
Feb 29, 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
Sep 16, 2017 - 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
Oct 4, 2019 - Go
-
Updated
Jan 8, 2020 - Go
-
Updated
Jun 16, 2019 - Go
I'm hoping to work on forgefed integration in gitea, or a standalone go forge.
As there is a lot of prior work done here already it only makes sense to improve the overall community by contributing to this and related work under go-fed.
I'm not really sure where to start at the moment so just wanted to drop in here and see if there is something you would recommend to start with or somewhere
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."
"Flag provided but not defined" doesn't give enough details for end users who aren't specifically aware of how CLIs work. I get a lot of bug reports that are "I got this obscure error message, and I'm not sure what to do".
See also