Eaton

Results 4 issues of Eaton

query is: ``` SELECT table1.field1, CONCAT(table1.field1, table1.field2) as newfield FROM table1 UNION ALL SELECT table2.field3, CONCAT(table2.field3, table2.field2) as newfield FROM table2 ``` error output: > PHP Notice: Undefined offset: 0...

### Describe the bug When playing media the audio is choppy and playing back at the wrong sample rate. ### How to reproduce Steps to reproduce the behavior: 1. Set...

I am running a custom domain. I have updated my compose file to remove Caddy as I couldn't get it working and duplicated the configuration on Traefik instead. After some...

When rerunning the ./generate_config.sh script maybe when updating a domain or something, the Revolt.toml file is appended with each run resulting in crashes because of repeating hosts section etc.