-
### Describe the doc issue
[Docs ***do not*** say](https://docs.opencv.org/4.x/d7/dfc/group__highgui.html#gaf78d2155d30b728fc413803745b67a9b) to pass a nullptr for the value pointer. That's a runti…
-
Hi! Thanks a lot for this amazing package ✨
I cannot find an example of `React.useCallback` I see it was deprecated on what seems to be `v5.x` what is the correct way to "useCallback" in a hook?
…
-
In my use case, I have a list of items that should only be draggable when a specific button is clicked. To achieve this, I used the draggable callback to control whether each item can be dragged.
T…
-
Thank you very much for your work. I would like to integrate unifiedPush into my app. In the process, I noticed a critical (for me) error.
It is not possible to use the AlarmManger with the [androi…
-
I am removing fir.complex, and doing so, I realize that the REDUCE runtime implementation for COMPLEX is likely not correct for all targets since it uses std::complex values for the interface of the u…
-
Has someone used the new C callback functions with the peripheral handle exposed as first parameter into the callbacks?
I compiled the latest commit from github (says 0.8.2 from simpleble_get_versi…
-
The package [protocol_handler](https://pub.dev/packages/protocol_handler) is used to register and handle custom protocols, which also supports desktop platforms.So I thought I could implement the redi…
-
## Problem
All `vim.lsp.buf.*` functions run asynchronously, however they do not provide callbacks when they finish.
This is needed so users can invoke other behaviours after calling these functions…
-
This is similar to tracking messages from publisher to subscription (publication to callback). We want to be able to track a request from the publication/send on the client side to the take & callback…
-
**Describe the bug**
Search breaks when you use callback.
Example: when you I use like this:
```
$result = Product::search(
'iphone',
)->get();
```
Everything is o…