Aly Smith

Results 24 comments of Aly Smith

Added a feature to allow the recipient of the forwarded SMSs to respond e.g sender sends: `test` forwarded recipient receives: `+xxsender: test` forwarded recipient responds: `+xxsender: acknowledged` sender receives: `acknowledged`

Running this locally, I've been encountering the below error: ``` Traceback (most recent call last): File "/home/alyssa/workspace/eternalegypt/eternalegypt/eternalegypt.py", line 289, in information result = self._build_information(data) File "/home/alyssa/workspace/eternalegypt/eternalegypt/eternalegypt.py", line 237, in _build_information...

1. Find two nights when shooting stars happen, do this on both nights for more accurate results 2. Get a stopwatch 3. Start the stopwatch exactly when a minute ticks...

Just had it get a little bit further, it successfully connected but then lost connection immediately ``` [aly@ads-desktop ~]$ scrcpy -V verbose scrcpy 1.23 DEBUG: ADB device found: DEBUG: -->...

The bug seems to exist for pufferpanel running on Ubuntu 22.04.3 LTS, a fresh server instance from my VPS provider provisioned for this test, after following the instructions from here...

I made a sample .env file ``` DOCKER_INFLUXDB_INIT_MODE=setup DOCKER_INFLUXDB_INIT_ORG=gilgoblin DOCKER_INFLUXDB_INIT_BUCKET=gilgoblin DOCKER_INFLUXDB_DB=gilgoblin DOCKER_INFLUXDB_ADMIN_USER=admin DOCKER_INFLUXDB_ADMIN_PASSWORD=gilgoblin PORT_API=55448 PORT_FRONTEND=3000 GF_AUTH_ANONYMOUS_ORG_ROLE=Viewer GF_AUTH_ANONYMOUS_ENABLED=true GF_AUTH_BASIC_ENABLED=false PORT_GRAFANA=3001 POSTGRES_DB=gilgoblin POSTGRES_USER=gilgoblin POSTGRES_PASSWORD=gilgoblin PGUSER=gilgoblin PGDATA=/var/lib/postgresql/data PORT_DATABASE=5432 DB_CONNECTION_STRING="Server=database; Port=$PORT_DATABASE; Database=$POSTGRES_DB; User Id=$POSTGRES_USER;...

ideas from discord: name: Nappingway notice: linkshell sound (configurable) and duty dialogue box from relevant NPC per-expansion (quest progression based) messages: * pre scions arr could be the Mothercrystal *...

* configurable override for NPC to make the call, e.g shb y'shtola, and pre-written responses for common NPCs

I was pointed to https://github.com/chirpxiv/SelfCare, this does the job functionally, adding another option via code was fairly straightforward. I'll see if it's difficult at all to get a SE client...

I encountered this issue on linux with esp-idf, it was resolved by installing grpcio-tools into esp-idf's venv (which is set up automatically with `. ./export.sh`): ``` $ which pip3 /home/aly/.espressif/python_env/idf5.4_py3.12_env/bin/pip3...