-
Hello,
I've noticed that in Core Quintus Basics chapter of Guide accessible on Quintus website is written that up to 3 arguments can be passed to event handlers when triggering some event. It doesn't…
-
Context: https://inmanta.slack.com/archives/CKRF0C8R3/p1730994402296499
# Eventual goal
- default handler skip would become a new exception type. This would be marked in the scheduler as (deployme…
-
Hello everybody,
I'm trying to use the OnClick,OnMouseEnter,OnMouseLeave event handlers within the Layer component and they are not doing anything, i'm rendering images on the map using a source of…
-
### Feature Description
Make another variant of an event processor which does a replay while still accepting new events
### Current Behaviour
Currently when you trigger a replay the…
-
### What problem are you trying to solve?
```js
const button = document.querySelector('button');
button.addEventListener('click', (event) => {
// …
});
```
I want to add activation beha…
-
### Code that causes the issue
message = await self.client.send_message(entity=int(chat_id), message=message_text)
### Expected behavior
none
### Actual behavior
Memory overflow, memory exceeds n…
-
**Describe the bug**
zoomIn(), zoomOut(), resetTransform() do not trigger onZoom/onZoomStart/onZoomStop
This issue seems to be similar to #305
**To Reproduce**
1. Set `onZoom()` and other h…
-
**Is your feature request related to a problem? Please describe.**
It is currently not possible (as far as I can tell) to modify a service's events after the service has started. Imagine a service …
-
https://github.com/Project-MONAI/model-zoo/blob/cf5e0322ee25b178b6cf841f3bd81e0a8adf2b16/models/spleen_ct_segmentation/configs/multi_gpu_train.json#L18
the multi-gpu override essentially set the tr…
-
It's possible for ServiceBrowser to call update_service after calling remove_service. After adding a bunch of print statements, I think what is happening is:
1. the remove event is triggered
2. t…