Edoardo Codeglia

Results 10 issues of Edoardo Codeglia

### Background information - **Dendrite version or git SHA**: 0.8.8 (though it happens on 0.8.9 too) - **Monolith or Polylith?**: Monolith - **SQLite3 or Postgres?**: Postgres - **Running in Docker?**:...

Hello! After Nextcloud upgrade, I am having issues running indexing as well as the basic test script. Here's the output: ``` .Testing your current setup: Creating mocked content provider. ok...

**Is your feature request related to a problem? Please describe.** I have two video cards on my server, and i'd like to use them both to generate one prompt each...

enhancement

Hello everybody and thank you for this wonderful library! I am using this library in some customer-facing kiosks that implement a game where attendants can earn points by scanning NFC...

Hello, I'm having issues following your tutorial. I was able to install the recovery properly, and I've also installed Magisk (that is working correctly) [I've tried SuperSU too]. However, I...

Hello, thank you for the guide! I was able to successfully boot Debian on my WD EX2, however I'd love to have (other than Linux 5.11) a way to upgrade...

Microphone doesn't work on latest versions of Chrome. Error message is: "**Cannot initialize user media. Microphone will not work: NotReadableError: Could not start audio source**" My chrome version is Version...

### ⚠️ This issue respects the following points: ⚠️ - [X] This is a **bug**, not a question or a configuration/webserver/proxy issue. - [X] This issue is **not** already reported...

bug
0. Needs triage

I used to have three devices on my file system. At one point, i removed one by using evacuate and then remove, because i did not need it anymore. All...

I am trying to follow the documentation to abort a file transfer early when i read a certain line: https://aioftp.aio-libs.org/client_tutorial.html#advanced-download-and-upload-abort-restart ```import asyncio import aioftp async def main(files): async with aioftp.Client.context('127.0.0.1')...