David Conway
David Conway
Let me be a little more explicit about what I meant with "enables ContextSeeker and AsynchronousAction". If you look in `stack.py`, you'll see the rube goldberg machine that I built...
@LexiconCode You make a good point about some commands' actions not being self explanatory. And it's certainly easier to have that in the code rather than just in the docs,...
This is what I see the status window evolving into. Right now it only serves as a confirmation of spoken commands and sometimes a list of choices, but I would...
In my own usage, I never use more than 10 slots. As for 80/20, perhaps we could display only the N most recent or frequent items. Monitor space _is_ cheap,...
I completely agree.
Yup. Will do. I'll see if I can get that all laid out here by tomorrow.
So to frame this response, let's clarify the question. "What is the nexus and how is it supposed to be used?" The nexus is the glue code for all the...
The rule modules will not need to import the nexus after this rewrite. They will be loaded dynamically via importlib, including Caster "starter" rules, the same way that the user...
@lexxish Watchdog looks pretty nice. What I've put in is much more basic. I'm just keeping track of a list of files, hashing each one the first time it's read,...
Yes please! I just saw this. BeamGrid is such a good idea!