Shane Hartman
Shane Hartman
Trying to remove tower from client causes rpc error: code = Unknown desc = tower has unacked updates
I also have this issue with unacked updates. Aside from not being able to remove the unsynched tower to silence its log entries I don't seem to be able to...
One reason you might want this is because the lambda is not guaranteed to return something that is actually in your presets. For example, half the time when I way...
The issue is not really the number of utterances, it's the values in the slot called preset. You need to populate the preset slot values with all the favorites you...
It could also use the default room when when the room slot comes in undefined (which it will if you don't say 'in') or when the room is garbled because...
You can do something like this (specific to me) function roomOrDefault(roomName) { var selectedRoom = 'shanesoffice'; if (roomName) { switch (roomName.toLowerCase()) { case 'bedroom': case 'kitchen': case 'livingroom': case 'sunroom':...
I just had to use this with ubuntu 20.04. Still works. Thanks!
does that include killSexp?
Its embedded in many things including meteor. @ahmadnassri is correct that there is no known security vulnerabilities and it probably is feature complete. It's just annoying to see the deprecation...
Its also breaking my edit flow. I will just fork it and remove the offending code. I don't want the xref interface. You should have an option to turn off...
Guilty. I didn't read the doc. My first response is to grab the code and change it when I don't like it. That is way I have always treated emacs...