-
Updated
Dec 1, 2020 - C++
aio
Here are 98 public repositories matching this topic...
-
Updated
Nov 25, 2020 - C
-
Updated
Nov 1, 2020 - Vue
-
Updated
Jul 29, 2019 - 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
}
};
`
-
Updated
Nov 13, 2020 - Python
As per my grumbling in #63 it seems the docker health check is failing on travis.
I'm sure at some point I'll fix it.
Docstring cleanup
-
Updated
Mar 12, 2018 - Python
-
Updated
Nov 22, 2020 - Python
-
Updated
Nov 5, 2020 - HTML
-
Updated
Oct 28, 2018 - Python
-
Updated
Jun 27, 2018 - D
-
Updated
Nov 28, 2020 - C++
-
Updated
Nov 14, 2020 - C++
-
Updated
May 29, 2018 - HTML
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."
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.and after that add
${ARGS}to our commands