Skip to content

Instantly share code, notes, and snippets.

View morria's full-sized avatar
✌️

Andrew Morrison morria

✌️
View GitHub Profile
(.venv) meshtastic meshtastic --factory-reset-device 10:48AM
WARNING file:stream_interface.py __reader line:207 Meshtastic serial port disconnected, disconnecting... read failed: [Errno 6] Device not configured
Traceback (most recent call last):
File "/Users/asm/Documents/2025/April/meshtastic/python/.venv/bin/meshtastic", line 8, in <module>
sys.exit(main())
~~~~^^
File "/Users/asm/Documents/2025/April/meshtastic/python/.venv/lib/python3.13/site-packages/meshtastic/__main__.py", line 2062, in main
common()
~~~~~~^^
INFO | ??:??:?? 4 Booted, wake cause 0 (boot count 1), reset_reason=reset
DEBUG | ??:??:?? 4 Filesystem files (20480/1048576 Bytes):
DEBUG | ??:??:?? 4 /prefs/channels.proto (154 Bytes)
DEBUG | ??:??:?? 4 /prefs/config.proto (283 Bytes)
DEBUG | ??:??:?? 5 /prefs/device.proto (116 Bytes)
@morria
morria / 8 letter words
Created November 12, 2019 22:52
cat /usr/share/dict/words| grep "^[sS]........y$"
sabulosity
saccharify
sacrectomy
sagittally
saintology
salability
salivatory
salutarily
salutatory
sanability
@morria
morria / Nine letter words
Created November 12, 2019 22:52
cat /usr/share/dict/words| grep "^[sS].........y$"
saddeningly
sagaciously
salaciously
salinometry
salmonberry
salvability
sanctionary
sarangousty
sartorially
satanically
@morria
morria / alpha.txt
Created November 12, 2019 22:49
cat /usr/share/dict/words| grep "^[sS].*y$"
Sabbatary
Sabbathly
Sabbatically
sably
sabulosity
saccharify
saccharimetry
saccharinely
saccharinity
saccharometry
Abelian Abelia
abnet abet
abranchian abrachia
Acacian Acacia
Acadian Acadia
Achillean Achillea
acne ace
Acolhuan Acolhua
acorn acor
acroanesthesia acroaesthesia
a
ability
able
about
above
accept
according
account
across
act
module.exports = function(controller) {
controller.hears(['^go'], 'direct_message,direct_mention,ambient', function(bot, message) {
bot.createConversation(message, function(err, convo) {
if (!err) {
convo.say('I cant hear or see, but you said ' + message.event.text);
// console.log(message);
convo.activate();
}
module.exports = function(controller) {
controller.hears(['^go'], 'direct_message,direct_mention,ambient', function(bot, message) {
bot.createConversation(message, function(err, convo) {
if (!err) {
convo.say('I cant hear or see, but you said ' + message.event.text);
// console.log(message);
src/Api/DocModel.php:112 PhanUndeclaredClassMethod Call to method __construct from undeclared class \Tidy
src/Api/DocModel.php:113 PhanUndeclaredClassMethod Call to method parseString from undeclared class \Tidy
src/Api/DocModel.php:124 PhanUndeclaredClassMethod Call to method cleanRepair from undeclared class \Tidy
src/Api/ErrorParser/JsonParserTrait.php:14 PhanUndeclaredTypeParameter Parameter of undeclared type \Psr\Http\Message\ResponseInterface
src/Api/ErrorParser/JsonParserTrait.php:16 PhanUndeclaredClassMethod Call to method getStatusCode from undeclared class \Psr\Http\Message\ResponseInterface
src/Api/ErrorParser/JsonParserTrait.php:19 PhanUndeclaredClassMethod Call to method getHeaderLine from undeclared class \Psr\Http\Message\ResponseInterface
src/Api/ErrorParser/JsonParserTrait.php:23 PhanUndeclaredClassMethod Call to method getBody from undeclared class \Psr\Http\Message\ResponseInterface
src/Api/ErrorParser/JsonRpcErrorParser.php:13 PhanUndeclaredTypeParameter Parameter of undeclared type \Psr\