synchronous
Here are 124 public repositories matching this topic...
-
Updated
Apr 7, 2019 - Swift
I'm not sure if I'm doing something wrong or your aiohttp example is wrong! Seems backoff decorator doesn't catch aiohttp exceptions automatically and you need to raise the error manually:
@backoff.on_exception(backoff.expo,
aiohttp.ClientError,
max_tries=4)
async def get_url(url):
async with aiohttp.ClientSession() as session:Currently websockets are unsupported:
class SttpBackendStub[F[_], S] private (
monad: MonadError[F],
matchers: PartialFunction[Request[_, _], F[Response[_]]],
fallback: Option[SttpBackend[F, S, NothingT]]
) extends SttpBackend[F, S, NothingT] { // TODO
(note the TODO for the NothingT type parameter which specifies what kind of websockets are supported).
The bac
-
Updated
Jun 14, 2020 - JavaScript
-
Updated
Mar 5, 2020 - TypeScript
-
Updated
May 25, 2020 - JavaScript
-
Updated
Mar 18, 2017 - Objective-C
-
Updated
Sep 20, 2018 - Swift
Do you see an interest having examples with an async http server for authentication part ?
I struggle to have a working example with sanic but work is in progress.
When no frame is specified, and when no root and classname options are specified, the default choice, should be className = centered and root = 'container' (the id of an element in the default frame).
-
Updated
Oct 15, 2015 - Objective-C
-
Updated
Jun 5, 2020 - Python
-
Updated
Dec 8, 2019 - C
-
Updated
Jun 6, 2020 - Python
-
Updated
Feb 4, 2020 - Dart
-
Updated
Jun 1, 2020 - Makefile
-
Updated
Sep 20, 2017 - C++
and thus obsolete the advertisement ridden version from the play store.
// Short syntax
dc('readme', Buffer('text'));
dc('readme', new Error('File not found'));
dc('readme', fs.readFile, 'README.md');
// is equivalent for
dc.pick('readme', Buffer('text'));
dc.fail('readme', new Error('File not found'));
dc.take('readme', fs.readFile, 'README.md');See: #14 and #18
-
Updated
Jun 8, 2019 - TypeScript
-
Updated
Nov 10, 2019 - Swift
-
Updated
May 26, 2019 - JavaScript
-
Updated
May 5, 2020 - Crystal
-
Updated
Aug 8, 2017 - JavaScript
-
Updated
Mar 5, 2020 - Go
-
Updated
Oct 2, 2018 - Python
-
Updated
Dec 16, 2018 - JavaScript
Improve this page
Add a description, image, and links to the synchronous topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the synchronous topic, visit your repo's landing page and select "manage topics."
When straight up using the Makefile, the man file gets installed. However, this is not the case with CMake, and I can not find an option for it. Please also allow installing any documentation, like man files, when using CMake.