-
Updated
Jul 25, 2021
async
Here are 4,700 public repositories matching this topic...
-
Updated
Aug 16, 2021 - JavaScript
-
Updated
Aug 17, 2021 - C++
-
Updated
Aug 17, 2021 - JavaScript
-
Updated
Aug 13, 2021 - Rust
Describe the bug
Originally, @asvetlov intended to delete any use of attrs
from aiohttp 4.0+ series via aio-libs/aiohttp#5284. He dropped it from the runtime deps too.
But there are some places that still rely on attrs
meaning that this will cause failures in runtime because of the missing dep. The tests currently succeed because attrs is listed as a test dep.
-
Updated
Jul 30, 2021 - JavaScript
-
Updated
Aug 17, 2021 - Kotlin
-
Updated
Aug 10, 2021 - Cython
-
Updated
Aug 16, 2021 - Python
-
Updated
Aug 12, 2021 - C++
-
Updated
Aug 16, 2021 - C++
-
Updated
Aug 17, 2021 - Python
-
Updated
Jun 30, 2021 - Java
right now we only mark the local branches that are tied to a remote tracking branch:
would be nice to have a similar marker for the corresponding remote branches:
<img width="857" alt="Screenshot 2021-08-15 at 18 24 21" src="ht
Is it possible for sqlx to have an impl of Decode
for Cow<'_, str>
(with implementation delegation to str
, similar to what String
is doing)?
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
-
Updated
Aug 16, 2021 - Java
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
Jul 29, 2021 - Go
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