-
#183 adds the ability to add custom pre-hook callbacks to the panic /
error hook. These callbacks will be called before the panic / error hook
is called and can be used to print additional informati…
-
have you thought about ways to implement something to allow 2-way async communication?
i.e. setting up a callback for a hardware interrupt generated from a "board gpio"/button
could also be useful s…
-
```python
from openeo.internal.processes.builder import convert_callable_to_pgnode
convert_callable_to_pgnode(lambda x: x + 1).flat_graph()
# -> {'add1': {'process_id': 'add', 'arguments': {'x':…
-
**Describe the bug**
AddressSheet component doesn't trigger onError or onSubmit callbacks anymore. It was working fine on react-native version 0.74. I am using Expo (v 52) and I tried using 3 differe…
-
### Description
A curl request may take time (sometimes an infinite amount of time) to respond. When an exception is thrown in a callback it is properly forwarded to the curl_exec, however in some …
-
**Is your feature request related to a problem? Please describe.**
I am using snakemake via the API from Python. I will be executing long running workflows at the command line where I would like to…
-
High CPU usage can be observed on Windows with vsync at `1`, after making this change to the snake game example. The high CPU usage might be related to the code driving the `SDL_App*` callbacks, thoug…
-
## Description
Run the tomography reconstruction binder demo [TomographyReconstruction](https://github.com/TomographicImaging/CIL-Demos/blob/main/binder/TomographyReconstruction.ipynb)
- using the…
-
Hi,
My application is to implement a Serial2 handler to run serial protocol like ModBus on ESP32. My another microcontroller is polling for reply from ESP32 with baud rate 38400. The time between t…
-
Since `SymbolicRegressor` is an iterative process, akin to online learning algorithms (neural nets, etc), it would be useful to have callbacks that could be called at different stages. For example, a …