-
Updated
Oct 25, 2020
async
Here are 3,927 public repositories matching this topic...
-
Updated
Oct 28, 2020 - JavaScript
-
Updated
Oct 31, 2020 - C++
-
Updated
Oct 1, 2020 - JavaScript
Hello!
I've noticed, that aiohttp is simply concatenating server-response (or client-request) header like this, w/o any validation:
line = status_line + '\r\n' + ''.join(
[k + ': ' + v + '\r\n' for k, v in headers.items()])
Which may be not okay, if some of the header values were based on user input.
Consider this example:
import aiohttp.web
asyn
-
Updated
Oct 31, 2020 - Rust
-
Updated
Oct 30, 2020 - Kotlin
-
Updated
Oct 27, 2020 - Python
-
Updated
Oct 13, 2020 - Python
-
Updated
Oct 26, 2020 - C++
-
Updated
Oct 29, 2020 - C++
-
Updated
Oct 7, 2020 - Java
-
Updated
Oct 28, 2020 - 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
Oct 30, 2020 - Kotlin
-
Updated
Oct 5, 2020
-
Updated
Oct 30, 2020 - PHP
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