-
Updated
Jan 14, 2021
async
Here are 4,166 public repositories matching this topic...
-
Updated
Jan 29, 2021 - JavaScript
-
Updated
Jan 29, 2021 - C++
-
Updated
Jan 6, 2021 - JavaScript
TraceConfig.on_response_chunk_received doesn't trace if the response body is read from ClientResponse.content
This behavior isn't obvious when looking at Tracing Reference, [Streaming Response Content](https://docs.aiohttp.org/e
-
Updated
Jan 29, 2021 - Rust
-
Updated
Jan 30, 2021 - Kotlin
-
Updated
Jan 27, 2021 - Python
-
Updated
Jan 30, 2021 - Python
-
Updated
Jan 29, 2021 - C++
-
Updated
Jan 31, 2021 - C++
-
Updated
Jan 25, 2021 - Java
-
Updated
Jan 30, 2021 - Python
Stitching API
Opencv provide a Stitching module/API
Bascially, i would like to be able to rewrite stitching_detailed.cpp in javascript
This includes :
- Stitcher class
- Features extractors (already implemented in opencv4nodejs)
- Estimator
What should happen if deliver_cancel raises an exception? In the current implementation, the shielded cancel scope will prevent it from propagating until the process exits, which might take a while if the crash occurred before signaling the process in any way. Maybe on exception from a user-specified deliver_cancel we should call the default deliver_cancel to kill the process? Or just kill() since
-
Updated
Jan 31, 2021 - Kotlin
This check belongs in the prepare module, not in run(): https://github.com/launchbadge/sqlx/blob/master/sqlx-cli/src/lib.rs#L17-L22
This should also just use anyhow::ensure!() instead of if ... { bail!(...) }
-
Updated
Jan 24, 2021
We currently have this code https://github.com/hyperium/tonic/blob/master/tonic/src/status.rs#L344 which maps h2::Error into proper Code's. We should test and ensure that if the user enables the transport feature we can downcast the errors into h2 variants and mapping them to correct status codes.
Improve this page
Add a description, image, and links to the async topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the async topic, visit your repo's landing page and select "manage topics."
First check