asynchronous
Here are 1,442 public repositories matching this topic...
VS 2019
-
Updated
Mar 4, 2020 - PHP
Version
0.2.11
Description
The documentation for the tokio::process::Command::output() method states that: “If this future is dropped before the future resolves, then the child will be killed, if it was spawned.” This is only true if kill_on_drop(true) was called before.
The same might apply for the docs of the Command::status() method.
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
Are you submitting a bug report or a feature request?
Bug report
What is the current behavior?
The FieldRenderProps have three optional properties that are not mentioned in the API Documentation, namely type, checked and multiple.
What is the expected behavior?
The properties `t
flower on Docker
Somebody reported a "failed to set hardware filter to promiscuous mode)" error; that comes from a PacketSetHwFilter() call, which ultimately does a DeviceIoControl() for NDIS adapters.
libpcap currently doesn't call GetLastError() and report the error code as part of the error if if PacketSetHwFilter() fails. That might provide more useful debugging information.
-
Updated
Feb 29, 2020 - Java
Hi!
The Javadoc for createBoundedObjectPool says that if wrapConnection is true one should call StatefulConnection#close(). Yet the documentation [here](https://lettuce.io/core/release/reference/index.html#connection-pooling.asynchronous.connection-pool-suppor
Expected Behavior
VirtualTimeScheduler runs scheduled tasks at certain intervals.
Actual Behavior
At version 3.3.3.RELEASE, VirtualTimeScheduler runs the task once and never again, even though virtual time elapsed.
Steps to Reproduce
With io.projectreactor:reactor-test:3.2.15.RELEASE, the following test passes. After updating to 3.3.3.RELEASE, it hangs.
@Test
p
这个库带来怎样的好处和优势?
- upgrade mdoc to latest version
- update code snippets in code to resolve these issues:
https://app.circleci.com/jobs/github/zio/zio/52156
-
Updated
Mar 4, 2020 - Java
Hi!
The example on the page https://grablab.org/docs/spider/error_handling.html refers to the method valid_response_code:
class SomeSpider(Spider):
def valid_response_code(self, code, task):
return code in (200, 301, 302)But in the code, the is_valid_network_response_code method is responsi
-
Updated
Mar 4, 2020 - C#
-
Updated
Mar 3, 2020 - Python
-
Updated
Mar 1, 2020 - JavaScript
-
Updated
Mar 4, 2020 - Java
Hi,
Could you please add in your handy table in the README an entry for https://github.com/spotify/luigi for comparison please ?
I got this error - TypeError: (("document.querySelector("#react-view").setAttribute("data-react-checksum", "" + (intermediate value)) + "")") is not a function
How can I fix it?
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/
We want to carry actual data with process stack but we can't because of size bounds are varying. We need to find a way to do this to make simpler callback implementation.
pub struct ProcStack<S> {
pub state: S,
pub before_start: Option<Arc<dyn Fn(&mut S) + Send + Sync>>,
// ...
}
-
Updated
Mar 4, 2020 - Python
Document a multipart request/response example.
Filesystem has copyDir() and copyFile() methods. It should be possible to use copy() that works on both directories and files.
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.
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.
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."


User guide advocates following to start a web server:
Now let's bring in some async library and use that to get application config:
Then