Skip to content
#

client-library

Here are 338 public repositories matching this topic...

grant
grant commented Apr 10, 2020

Hi team!
I'm trying to run the API generator for a new API with a private discovery document. However, I'm running into a few issues.

  • I can't find documentation on how to run the generator. I think it would be really useful to write this down somewhere in a README. I don't use this package enough to remember the commands.
  • I'm not able to generate after a clone, npm i, and `npm run gener
bsideup
bsideup commented Mar 16, 2020

Currently, when we test different transports (tcp, unix socket, etc etc), we run the full test suite:
https://github.com/docker-java/docker-java/blob/21583b51e02c129ead0732fbe235d02eb608e341/.travis.yml#L24-L43

However, it is enough to run a subset that can be affected by changing the transport.

This should dramatically improve the CI times and make it more stable.

judwhite
judwhite commented Oct 3, 2016

https://github.com/nsqio/go-nsq/blob/3c0c5ed026c3a4b2ecc62c675fd4579c2ca65d16/consumer.go#L781-L786

If FullJitterStrategy calculates a value less than config.MaxBackoffDuration then backoffCounter will increment where ExponentialStrategy wouldn't, potentially causing inBackoff() and RDY 1 to persist longer than intended.

This probably matters very little for most use cases, but durin

richsong
richsong commented Nov 4, 2019

This should be an easy fix and I think it could be helpful for user looking to create a new branch.

createReference is passed three arguments:
ghrepo.createReference('master', '18293abcd72', callback);

The first argument should be the new branch name.
The second argument should be the SHA-1 hash value of the commit to branch off.

A better example would be as follows:

    // get th
nakakura
nakakura commented Mar 11, 2020

Thank you for this great crate. I start using it today.
As for the pub/sub examples in Readme.md, they cannot communicate with each other, because one publishes as String and the other subscribes as UInt64.
How about editing the subscriber so that it subscribes as a string.

ewandennis
ewandennis commented Oct 30, 2017

Is it useful to identify errors by source in catch clauses. One common solution is to emit subclasses of Error. Another is to fill an identifying field on the error object. Either way, the chosen option should be a documented part of the client's interface.

node-sparkpost currently produces error instances with error.name === 'SparkPostError.

A few options:
[ ] - Publish the `.name =

Improve this page

Add a description, image, and links to the client-library topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the client-library topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.