A book series on JavaScript. @YDKJS on twitter.
-
Updated
Oct 25, 2020
{{ message }}
A book series on JavaScript. @YDKJS on twitter.
Node.js test runner that lets you develop with confidence
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
asynActix Web is a powerful, pragmatic, and extremely fast web framework for Rust.
Framework for quickly creating connected applications in Kotlin with minimal effort
Simple job queues for Python
Ultra fast asyncio event loop.
The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.
High performance server-side application framework
Asynchronous Http and WebSocket Client library for Java
The little ASGI framework that shines.
Opencv provide a Stitching module/API
Bascially, i would like to be able to rewrite stitching_detailed.cpp in javascript
This includes :
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
Promise packages, patterns, chat, and tutorials
In my experience, far and away the primary reason to use DatabaseError::downcast_ref() is to check the constraint name. It would be nice not to have to downcast, though:
https://github.com/launchbadge/sqlx/blob/master/sqlx-core/src/error.rs#L146
pub trait DatabaseError: ... {
// existing methods omitted
/// Returns the name of the constraint that triggered the error, ifAdd a description, image, and links to the async topic page so that developers can more easily learn about it.
To associate your repository with the async topic, visit your repo's landing page and select "manage topics."
First check