Jake Coppinger

Results 15 issues of Jake Coppinger

Following https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/docs/maintenance-migrating.md and running `systemctl disable --now matrix*` on my server fails with error message: ``` Glob pattern passed to enable, but globs are not supported for this. Invalid unit...

The example S3 policy at https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/docs/configuring-playbook-s3.md appears invalid. This is the error returned from the `Edit bucket policy` form in the AWS Console: ``` Unknown Error An unexpected error occurred....

This is my first contribution to this repo - please let me know if there are things I'm missing/could improve! All tests are passing. ## ☕️ Reasoning What changes are...

adapters
postgres

### Adapter type Custom adapter ### Environment System: OS: macOS 12.4 CPU: (8) arm64 Apple M1 Memory: 86.27 MB / 16.00 GB Shell: 5.8.1 - /bin/zsh Binaries: Node: 16.13.0 -...

adapters
triage

When editing a message on the Matrix side, the bridge re-sends a message into the Signal chat. If this message was prefixed with something like "{user} edited their message to:"...

To reproduce: - git clone - npm install - node cli - sign in - Presented with empty conversation screen: ``` Select conversation : > ``` - Signed out of...

Running `ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start` on the latest playbook (`master`), I got the error ``` ERROR! the role 'galaxy/com.devture.ansible.role.playbook_help' was not found in /home/ubuntu/repos/matrix-docker-ansible-deploy/roles:/home/ubuntu/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:/home/ubuntu/repos/matrix-docker-ansible-deploy The error appears to be...

Change default SHT temperature sensor to sht4x, add comments. Airgradient now uses sht4x sensor by default, see https://forum.airgradient.com/t/sht31-vs-sht40-do-either-work/1104/3 Verified working on my PCB v4.2 Improve README - Add instructions for...

Oops - I removed this when adding the new mapbox style. Will fix.

Sign in appears to work, but this appears in the dev console after: 404 at https://matrix...../_matrix/client/r0/user/.../account_data/m.direct, Request Method: GET ``` {"errcode":"M_NOT_FOUND","error":"Account data not found"} ``` App not usable :(