-
### Discussed in https://github.com/CarlosNZ/json-edit-react/discussions/116
Originally posted by **yaswanthmaddula-sureify** September 5, 2024
I would like to have confirmation modal, if use…
-
Enable callbacks to change the result of a dataset.
This is particularly useful for adding extra logic to the result of ALL implementations of an `abstractdataset`, like in an interface.
```
@i…
-
Creating a new issue here since I haven't heard back on https://github.com/luxonis/depthai-core/issues/1042.
Hello DepthAI team,
In our application, we register a callback for new frames using D…
-
The config doesn't accept functions, so it's not possible to define the callback "onFirstAction", "onAccept" and "onChange".
e.g.
```
onFirstAction: function(){
console.log('onFirstAction fi…
-
Implement Python callbacks similar to the functionality in WarpX.
Check if we can further modernize the callback logic. pybind11 has this beautiful thing:
https://pybind11.readthedocs.io/en/stable…
ax3l updated
2 months ago
-
Currently, callbacks are executed serially. Before beta release we should determine a way to make callbacks parallel, and if there is any benefit to doing so.
A suggested solution is a pool of cal…
-
### Is your feature request related to a problem? Please describe.
Campers do not understand callbacks well.
I see this everywhere on the forum. Even with people far into the backend part of the…
-
When we use Baby Buddy, we interact with it a couple ways: the web interface and the API through various integrations (Android app, custom devices, etc.). What would be nice is support for webhooks in…
-
Placeholder issue for the introduction of MIP callbacks, as discussed with @lgottwald
Requested within https://github.com/coin-or/python-mip/issues/255
-
Per `md4c.h`, a callback may abort further processing by returning non-zero.
This is partially implemented in the various direct calls to the callback functions, but because all of these functions …