zaggynl

Results 7 issues of zaggynl

I spoke with Samsung customer support and they said a fix is in the works, no ETA available.

Currently have to go through different GUI parts to collapse to show more options, I thought I was missing dependencies! ![image](https://user-images.githubusercontent.com/5062119/107091417-0ea74a80-6802-11eb-8e19-1e4a231e0e30.png)

/tmp/.mount_VirtScc66ZQr/usr/share/virtscreen/env/bin/python3: symbol lookup error: /tmp/.mount_VirtScc66ZQr/usr/share/virtscreen/env/lib/python3.6/site-packages/PyQt5/Qt/plugins/platforms/../../lib/libQt5XcbQpa.so.5: undefined symbol: _ZN20QPlatformIntegration11screenAddedEP15QPlatformScreenb, version Qt_5_PRIVATE_API

### Share your bug report, feature request, or comment. OBS now includes WebRTC/WHIP support in version 30: https://news.ycombinator.com/item?id=36273075 https://github.com/Glimesh/broadcast-box This should allow for very low latency streaming.

stale

Example: Before: https://wikiless.org/wiki/Phyllis_Latour?lang=en ![image](https://user-images.githubusercontent.com/5062119/232831401-0f1774de-c668-47b1-bfa1-c2fd602b467f.png) After: https://wikiless.org/wiki/Phyllis_Latour?useskin=vector ![image](https://user-images.githubusercontent.com/5062119/232831683-c5864b0e-004e-470c-b914-71b05828130e.png)

Testing out simplex server via docker on debian 12: ``` docker run -d \ -e "ADDR=simplex.zaggy.nl:443" \ -e "QUOTA=10G" \ -p 443:443 \ -v $HOME/simplex/xftp/config:/etc/opt/simplex-xftp:z \ -v $HOME/simplex/xftp/logs:/var/opt/simplex-xftp:z \ -v...

I'm guessing I have to modify the snikket.conf file or modify the docker-compose? My nginx.conf snippet looks like this: > #snikket > server { >    listen 80; >    server_name chat.zaggy.nl;...