The Wayback Machine - https://web.archive.org/web/20200623131451/https://github.com/topics/client
Skip to content
#

client

Here are 4,230 public repositories matching this topic...

requests
psiyan
psiyan commented Feb 28, 2020

When using the url http://docs.python-requests.org/en/latest/, it redirects to https://2.python-requests.org//en/latest/ (notice the extra / before en). This causes a HTTP 404.

Expected Result

The redirect should be to https://2.python-requests.org/en/latest/

Actual Result

HTTP 404

Reproduction Steps

Try to visit the latest en documentation for requests using the

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
iamnewton
iamnewton commented Feb 21, 2017

I think the work you've done on this is amazing. Seems like a great project, but your README is a bit bloated and hard to decipher. Might I suggest you condense it down into a set of readable chunks and maybe link off to the wiki for the more detailed bits.

Its only my opinion, but I find that answering the following questions, in order, helps to simplify docs.

  • who? - who wrote the p
romantomjak
romantomjak commented Jun 23, 2018

Describe the bug
Docs never mention that Vibora searches for a folder named templates, additionally template rendering varies depending on where from you execute the file.

To Reproduce
Given the following folder structure:

.
├── project1
│   ├── app.py
│   └── templates
│       └── index.html

When Vibora is run from root folder like so python3 project1/app.py it wo

inliquid
inliquid commented Apr 13, 2017

Does YakYak use system-wide certificate store such as Chrome? If so, possible injection of root certificate in the system may have serious implact on security inluding MITM. I think YakYak has to use own cert store with only trusted root certificates. The confusion can be because user does not percieve messenger is using same communication mechanism as browser. The second thing is that user may us

argus33
argus33 commented Apr 16, 2020

Context
would be nice to have a feature to disable showing the public internet servers... keep them from populating. i run this as a lan voice chat as intended and some of the server name/descriptions are not appropriate for kids... Nothing against free speech and all but i prefer to have some means of not corrupting my kids to early.

Describe the feature you have in mind
check box

russcam
russcam commented May 4, 2020

ScrollAllObservable and associated methods are an observable implementation that uses the scroll API to fetch all documents matching a query, supporting concurrent scrolls through slicing. Documentation should be added to demonstrate its usage, and a link added to the Elasticsearch reference documentation to point to those docs.

shaicoleman
shaicoleman commented Sep 10, 2019
HTTP.get(nil)
HTTP::Request::UnsupportedSchemeError (unknown scheme: )

HTTP.get('')
HTTP::Request::UnsupportedSchemeError (unknown scheme: )

HTTP.get('/')
HTTP::Request::UnsupportedSchemeError (unknown scheme: )

HTTP.get(':')
Addressable::URI::InvalidURIError (Cannot assemble URI string with ambiguous path: ':')

Ideally it should return InvalidURI exceptions if the URL is

eslam-mahmoud
eslam-mahmoud commented Mar 16, 2020

ex:

	req := esapi.DeleteRequest{
		Index:   indexName,
		DocumentID: doc.DocID(), //404 ID
	}
	res, err := req.Do(ctx, es.esClient)
	if err != nil {
		return err
	}
	// read the entire body so that the connection can be re-used
	_, _ = io.Copy(ioutil.Discard, res.Body) // does not return error
	res.Body.Close()

	if res.IsError() {
		es.logger.Log(
			"message", "could not de
gnunicorn
gnunicorn commented Apr 23, 2020

The comments around from_seed_slice specify that this is a dangerous method only to be used for testing, however the upper of Pair uses it without that information passed on and the client is using the same functionality to generate the tests keys for Alice, Bob, etc.

We should clarify the documentation to clearly stated under which circumstances this features is to be expected to be us

voldenet
voldenet commented Apr 25, 2020

Feature description

Very apparent when nicklist is horizontal: /set weechat.bar.nicklist.position top

When there's many people on one channel, the longest nick slot is used to properly space names in the nicklist . In normal case it works well:

@me  b   d   f   h   j   l   n   p   r   t   v   x   z
 a   c   e   g   i   k   m   o   q   s   u   w   y
-------------------------------

Improve this page

Add a description, image, and links to the client 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 topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.