-
I'm trying to implement simple FSM to manage UI state in Android application. Here is a problem I found (isolated to an abstract example):
FSM definition (pseudo code):
```
State { A, B, C }
Event …
-
**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 …
-
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…
-
## Problem:
When user type CMD+V, Flutter app shows paste warning, but native app does not show the warning. (related: https://github.com/flutter/flutter/issues/103163)
## Why flutter apps trig…
-
### Preflight Checklist
* [x] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project.
* [x] I agree to follow the [Code of Condu…
-
We have a special hook in the core `ZeroClipboard.on` and client `ZeroClipboard.prototype.on` methods that will re-emit certain important events (`"ready"` and _most_ `"error"` types) in case the even…
-
We're using @visx/zoom for a project to zoom/pan a combined visualisation of charts. Basically, it's a list of bar charts which can be scrolled. Additionally, the view can be zoomed/panned.
So, to…
-
### Issue description
Using serverless v3
Since may 13 the serverless deploy is not creating the s3 trigger [on](s3:ObjectCreated:*) on a existing bucket with no changes in the serverless.yaml.
T…
-
Right now, events are handled within the triggering request. Depending on the handler configuration, handling events may be time-consuming (e.g. if a script is executed). Note that we can already dele…
-
The current way events are handled in lua is quite fragile and can be easily broken. The problem is essentially that anyone who want to install an event handler needs to call the previous event handle…