-
Implement asynchronous versions of the transfers functions.
-
I have created an singleton connection to use the same connection_id() so the rest app can make use of TEMPORARY TABLES. After some concurrent calls, the connection is broken with this error:
```
…
-
### Bug Report or Feature Request (mark with an `x`)
```
- [X] feature request
```
### Command (mark with an `x`)
```
- [X] build
```
### Desired functionality
It would be nice to have …
-
## Feature request
#### Feature description
As it stands, the `rosidl` interface generation pipeline is strongly coupled with CMake, and in particular with `ament_cmake` machinery. There's no easy…
-
![image](https://github.com/Luomusha/node-twain/assets/93062479/cad05067-66f1-485f-a0be-6c4572dfb5d8)
-
How do I invalidate the cache of `import`?
I have a function that installs missing modules when an import fails, but the `import` statement seems to preserve the failure while the script is still r…
-
Hi,
I've tried for 2 days to figure out that I can not find any toolchain for Windows OS that is suitable with version 2.0.0. I find out this problem when I try to use ver 1.7.0 and it works. I've b…
-
When I try to use this package in Electron on windows (maybe also other platforms, didn't test it) I get the following error:
```
Error: A dynamic link library (DLL) initialization routine failed.
\\…
-
Error message:
node:internal/modules/cjs/loader:1452
return process.dlopen(module, path.toNamespacedPath(filename));
^
Error: dlopen(/Users/jenny.cai/Source/detect-bug-in-code…
-
I would like to use php-ffi for opencv but opencv doesn't support C api.
A lot of libraries also support only cpp api.