-
Updated
Jul 26, 2021 - C++
aio
Here are 112 public repositories matching this topic...
-
Updated
Jul 19, 2021 - C
-
Updated
Jun 11, 2021 - Vue
-
Updated
May 16, 2021 - Python
-
Updated
Jun 15, 2021 - Python
Resolving this issue involves going through the handlers in the modules/ tree alongside the matrix client and server specification to flag methods required to be rate-limited. Currently some are, but many are not.
Example of a method with the flag:
resource::method
method
{
resource, "GET", handler,
{
method.REQUIRES_AUTH |
method.RATE_LIMITED
}
};
`
Will be great have approach to put some arguments for make test or commands some like this.
For that we need add some like that into Makefile.
# arguments
FIRST_ARG := $(firstword $(MAKECMDGOALS))
ARGS = $(filter-out $@,$(MAKEOVERRIDES) $(MAKECMDGOALS))
MAKEFILE_PATH := $(abspath $(firstword $(MAKEFILE_LIST)))
%:
@:
and after that add ${ARGS} to our commands
te
Need to showcase in the readme and docs!
As part of this It's likely many of the apps will be converted.
Docstring cleanup
-
Updated
Jul 24, 2021 - Python
-
Updated
Jul 26, 2021 - C
-
Updated
Mar 19, 2021 - Python
-
Updated
Jul 20, 2021 - HTML
-
Updated
Jun 14, 2021 - Python
-
Updated
Jun 27, 2018 - D
-
Updated
Jul 24, 2021 - C++
-
Updated
Jul 24, 2021 - C++
Improve this page
Add a description, image, and links to the aio topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the aio topic, visit your repo's landing page and select "manage topics."
Here's my output
host=None
exit_code=None
channel=None
exception=('Authentication error while connecting to %s:%s - %s', '10.201.64.106', 22, AuthenticationError('No authentication methods succeeded'))
encoding=utf-8
read_timeout=None
When the authentication fails, the host is empty, this time do not know is that ip failure