Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Event statements #76

Open
osnr opened this issue Sep 2, 2023 · 3 comments
Open

Event statements #76

osnr opened this issue Sep 2, 2023 · 3 comments

Comments

@osnr
Copy link
Collaborator

osnr commented Sep 2, 2023

image image
@osnr
Copy link
Collaborator Author

osnr commented Sep 2, 2023

we now have 2 things in production (new Keyboard/terminal stuff & print stuff) that should really be using event statements

@jhaip
Copy link
Sponsor Collaborator

jhaip commented Apr 26, 2024

My integration of MQTT messages would also benefit from Event Statements. Same expectations as a key press: event processed once. Currently I am hacking around not having event statements by claiming them and then retracting them 5 seconds later.

@s-ol
Copy link
Collaborator

s-ol commented May 31, 2024

so Claim and Wish add a verb-phrase prefix, seems logical to have a similar structure here. The verb could be Announce? It's a little generic but the alternatives I'm coming up with aren't much better outside a computerbrained context (e.g. "publish" is often used but that only makes sense to people who have heard "pubsub" before).

It would be tidy if the phrase was purely a prefix, so the timestamp should also go at the beginning somehow, maybe something like:

Announce key $key was pressed on keyboard $keyboardSay $this announces at timestamp 1234567 key $key was pressed on keyboard $keyboard

Edit: emit is another verb, but again very technical in origin, maybe hard to put into a human sentence

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants