-
A first proposal for the external event handlers.
Compared to the current base version there are some technical/functional additions:
- The number of applications in the main list, with a hint of …
-
like mentioned in
- https://github.com/cardanoapi/autonomous-agents/issues/155
update agent to support events fields and comparision in them to trigger a function
-
Please answer these questions before submitting your issue.
1. What did you do? If possible, provide a simple script for reproducing the error.
Writing to a log file from event handler.
If I re…
-
I see several error messages of that kind for emscripten_set_mousedown_callback and alike. My guess is that this happens at window creation, probably in makeWindow, because the window itself is not ye…
-
### What happened?
The current `onDrop` handler for the TLDraw canvas immediately bails if the firing event doesn't have any files within the `dataTransfer`.
```
async function onDrop(e: React.Dr…
-
### Minecraft Version
1.19.2
### Mod Version
2.0.17, 2.0.16c
### Forge/Neoforge Version
43.4.0
### What happened?
Originally, if I opened the mods menu in game, and clicked anything related to …
-
Related to https://github.com/eclipse-openj9/openj9/issues/20587
jdk_jmx
javax/management/MBeanServer/OldMBeanServerTest.java
Found on jdk11, may occur on other versions.
```
jdk.management.jfr:t…
-
Hello,
I am curious if it is possible to mutate events inside of event handlers with this library? It seems to be possible in the original LMAX disruptor, but not here?
Thank you in advance for …
-
### Describe the bug
As the title says the mouse position produces incorrect values specifically when a scroll event is triggered without any movement from the mouse. This is because it uses the ex…
-
### Describe the problem
when leaving the current page in a SPA, i would like to clean things up myself, using `onDestroy` works great for such wonders.
But if i'm finish with that listener that i…