asynchronous
Here are 1,515 public repositories matching this topic...
The BSDs let you pass path names longer than sizeof(s.sun_path)
, they read past the end when socklen > sizeof(struct sockaddr_un)
up to a limit1. Let's support that.
1 I'm 80% sure it's 255 on all BSDs but it certainly is on Darwin and FreeBSD.
Regardless of what is decided in #2435, we should improve panic messages on context related panics.
This includes error messages regarding missing timer or IO drivers.
-
Updated
Jun 2, 2020 - PHP
Subsystem
Kotlin multiplatform library: ktor-client-logging:1.3.0
Is your feature request related to a problem? Please describe.
Problem: not able to filter calls to be logged. All calls are being logged by default.
Describe the solution you'd like
Add a filter option in Logging configuration block (this solution is available on Android in CallLogging feature, but it is absent
Hey Erik! How's it been?
Are you submitting a bug report or a feature request?
Feature
What is the current behavior?
No mention of withTypes
in the documentation.
What is the expected behavior?
༼ つ ◕_◕ ༽つ
I just found out about this from a co-worker and am not even sure yet what it exactly was! Excited to see..
In the web UI, While Clicking one of the Worker Name, WebUI does not take to the respective page rather it is unresponsive.
**Worker Name | Status | Active | Processed | Failed | Succeeded | Retried | Load Average
celery@abc.com| online | 0 | 2 | 0 | 2 | 0 | 0.06, 0.1, 0.09
celery@bcd.com| online | 0 | 3 | 0
Sometimes you see this message in Nmap output:
Warning: xxx.xxx.xxx.xxx giving up on port because retransmission cap hit (10).
It would be nice to add the port number here as well, in case you want to manually investigate that host and port after the scan has finished.
Something like:
Warning: xxx.xxx.xxx.xxx giving up on port 12345/tcp because retransmission cap hit (10).
``
-
Updated
May 29, 2020 - Java
Feature Request
Is your feature request related to a problem? Please describe
N/A
Describe the solution you'd like
Would it be possible to expose the erro
Motivation
Some IDEs like IntelliJ don't display the javadoc custom tags at all in their javadoc popup.
As a consequence, discovering information about the discard and continue support might be difficult.
Searching the HTML version or the source to look for information about support might still be acceptable, but the tags should not be the only places where eg. a caveat or structuring im
developer guide: development note for Middleware Engineering
- why need Middleware Engineering
- how to do it
Middleware Engineering
🔥 , like multi-version Java full support(support low version Java and full functions of high version Java), is boring but essential for middleware!🤣 https://github.com/alibaba/transmittable-thread-local/releases/tag/v2.5.0
ZTransducer is an effectful chunk processing function, and thus forms an arrow. We should add the following combinators on it:
- zipping:
(ZTransducer[A, B], ZTransducer[A, C]) => ZTransducer[A, (B, C)]
-
racing:looks problematic to implement currently(ZTransducer[A, B], ZTransducer[A, C]) => ZTransducer[A, Either[B, C]]
- both: `(ZTransducer[A, C], ZTransducer[B, D]) => ZTr
-
Updated
May 19, 2020 - Java
-
Updated
Jun 2, 2020 - Java
Affected file: grab/document.py
>>> import libgenapi
... /usr/local/lib/python3.9/site-packages/grab/document.py:35: DeprecationWarning: defusedxml.lxml is no longer supported and will be removed in a future release.
import defusedxml.lxml
The defusedxml.lxml subpackage will be removed in a future release, so be
-
Updated
Jun 2, 2020 - C#
-
Updated
Jun 1, 2020 - Python
-
Updated
Jan 11, 2020 - JavaScript
It would be useful to see how riko compares to other stream processors. Possible metrics to track are open sockets, bandwith, CPU, and memory usage.
We are using "passing arguments by url" functionality to connect to our devices in new tab.
When we log out, we expect the tab to close.
We made an example of what we talking about.
The following code needs to be added to test what we expect.
if(text=="chan closed"){window.close();}
after this
https://github.com/huashengdun/webssh/blob/359a91b5e801aae840e78e79454fee045f68b57f/webssh/
I got this error - TypeError: (("document.querySelector("#react-view").setAttribute("data-react-checksum", "" + (intermediate value)) + "")") is not a function
How can I fix it?
Replace concrete Bastion Executor with Agnostik.
So everyone can use whatever they want as guarantee.
Document a multipart request/response example.
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:
Is it possible to provide some descriptions in the documentation about some of the global variables (such as g:asyncrun_silent)? It looks like there are quite a few of said variables, and only two appear in the documentation.
Personally, I'm very interested in what variables are available and how they are intended to be used.
-
Updated
Jul 21, 2017 - PHP
I expected Validated to have an ap method or something, but I can't seem to find it. The only docs I can see are https://github.com/aol/cyclops/wiki/Validator, which clearly isn't the current implementation, and I notice aol/cyclops#826 as another issue, but I don't see the proposed ap method.
Improve this page
Add a description, image, and links to the asynchronous topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the asynchronous topic, visit your repo's landing page and select "manage topics."
I would like to serve a variety of applications from a single HTTPServer.
Normally, I would just take the various handler dictionaries and merge them somehow. However, one of my applications is a Bokeh server application, which has its own custom subclass of
tornado.web.Application
, and I'd rather not try to unpack the logic that that custom subclass does.In my ideal world I would ei