-
Updated
Jul 25, 2021
async
Here are 4,700 public repositories matching this topic...
-
Updated
Aug 18, 2021 - JavaScript
-
Updated
Aug 20, 2021 - C++
-
Updated
Aug 17, 2021 - JavaScript
-
Updated
Aug 19, 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 20, 2021 - Kotlin
-
Updated
Aug 10, 2021 - Cython
-
Updated
Aug 20, 2021 - Python
-
Updated
Aug 12, 2021 - C++
-
Updated
Aug 19, 2021 - C++
-
Updated
Aug 20, 2021 - Python
-
Updated
Jun 30, 2021 - Java
Describe the bug
Since 0.16.0 and onwards, quitting GitUI seems to be significantly slower than it used to on Windows. This does not appear to be the case on my Linux machines, however.
To Reproduce
Steps to reproduce the behavior:
- Install gitui @ 0.16.2
- Run a terminal like cmd.exe (also tested in pwsh.exe)
- Navigate to a repository
- Open gitui in a repository
- Quit g
Not a big deal since I usually have DATABASE_URL
in .env
anyways, but I just noticed in a new project before creating .env
that sqlx mig add init
failed with
error: The DATABASE_URL environment variable must be set
Which there doesn't seem to be a good reason for.
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