asynchronous
Here are 1,553 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 30, 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..
I have a celery task as follows
@celery_app_site24x7.task(queue='site24x7')
def createWebsiteMonitoring(**kwargs):
""" Celery Task to create or update website Moniroting """
time.sleep(100)
site24x7Instance = Business_api.thirdpartyFactory.instantiate(
"site24x7")
# site24x7Instance.login()
return site24x7Instance.createWebsi
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
Jun 25, 2020 - Java
-
Updated
Jul 13, 2020 - Java
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
-
Updated
Jul 16, 2020 - Kotlin
-
Updated
Jul 16, 2020 - Scala
-
Updated
Jul 3, 2020 - Java
-
Updated
Jul 15, 2020 - Java
-
Updated
Jul 12, 2020 - C#
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
Jul 15, 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/
-
Updated
Jul 6, 2020 - Rust
I got this error - TypeError: (("document.querySelector("#react-view").setAttribute("data-react-checksum", "" + (intermediate value)) + "")") is not a function
How can I fix it?
Document a multipart request/response example.
-
Updated
May 4, 2020 - Python
-
Updated
Apr 22, 2020 - Vim script
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.
-
Updated
Jul 21, 2017 - PHP
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