joshuashort
joshuashort
This is a little tangential, but another may be nice -- the ability to interact with a model as a tree-view..
While it's undoubtedly a lot of nice-to-have work, it'd be nice to have the ability to define keyboard shortcuts for some actions.. right now, the add menu seems to be...
I like the idea of being able to define macros.. especially when combined with the ability to make node assemblies. The quick-search idea is also very cool. As far as...
I've noticed behavior like this, too. It happens pretty consistently after some point.
Is that Pi connected to the Internet? The current codebase downloads stuff every time it starts. Another possibility is the link it's hitting is dead, but it doesn't seem like...
https://github.com/vavrek/openassistant/blob/6a51f51c0599d4843310334adffe3a4a6f3404e8/modules/language/__init__.py#L65
@Rantahu if you're comfortable with editing the source, you can bypass the network requirement.. ideally the request should be optional (I never liked that being a requirement), and the system...
That and not being a mandatory call..
Try running with a different logging level (e.g. logging.DEBUG) https://github.com/vavrek/openassistant/blob/6a51f51c0599d4843310334adffe3a4a6f3404e8/run.py#L6 I wish there was a switch to do that. And I haven't poked around in the code recently enough to...
Thanks @Dennsen! I started dusting off my old development branch.. hope to update some stuff and move to the 'official' OA repository soonish (https://github.com/openassistant) -- I've got a branch that...