Yannik Korzikowski

Results 19 issues of Yannik Korzikowski

Signature stays empty Not working version: current - 1.2.88 last working version: 1.2.71 ``` metadata: title: Tecis short title: TFP comment: This is a learning tool. Feel free to write...

Error: Screenshot command stays at starting emulator. Emulator is starting on a new window. It does not recognize that the emulator started. Android sdk: ``` Yannik@workaholic:tiny_release $ emulator -list-avds Nexus_10_API_27...

docs
internationalization

After enabeling statistics in .env ``` COLIBRI_REST_ENABLED=1 ``` in sip-communicator.properties ``` echo "org.jitsi.videobridge.ENABLE_STATISTICS=true" >> .jitsi-meet-cfg/jigasi/sip-communicator.properties echo "org.jitsi.videobridge.STATISTICS_TRANSPORT=muc,colibri" >> .jitsi-meet-cfg/jigasi/sip-communicator.properties echo "org.jitsi.videobridge.STATISTICS_INTERVAL=5000" >> .jitsi-meet-cfg/jigasi/sip-communicator.properties cp .jitsi-meet-cfg/jigasi/sip-communicator.properties .jitsi-meet-cfg/jvb/sip-communicator.properties ``` BUT ``` root@jitsi:jitsi...

Hello there, I set up erverything like described in the selfhosting guide with keycloak. I can login to the admin console with keycloak and can see Peers etc. However, when...

Make sure add this to servers container: ``` volumes: - ./uploads:/app/server/dist/assets/uploads - ./exports:/app/server/dist/assets/exports ```

bug

Hi there, I just noticed even if anonymous login is disabled users can login using a random e-mail/password combo and start posting. It should be not possible to post comments...

Hi, I am trying to set up decap with gitea. But I guess there is a bug with the usage of the repos/git/trees API. Example: I try to list my...

type: bug
area: extensions/backends/gitea

**Describe the feature you'd like** 3.0.0 Update broke my installation with the following error: ``` django.db.utils.NotSupportedError: PostgreSQL 12 or later is required (found 11.6). ``` Please add those information to...

Hey there, it took me a while to understand the architecture of mediacms. The setup-guide was not working for me in the beginning. I had to set `ENABLE_UWSGI` to `yes`by...

help wanted

During setup, I found: # Problems - docker-env variables are not used in config - `odoo` user has no fixed UID (bad) - initial setup needs: - `docker exec -it...