seriousm4x
seriousm4x
Add support for [PySide6](https://pypi.org/project/PySide6/), the successor to PySide2. As Qt6 just got released and PySide6 is in the works, it would be time to add support for the new versions....
So I tried to convert a video with ffmpeg and stream the output to the client while encoding. Since [fiber doesn't support streaming](https://github.com/gofiber/fiber/issues/279) I tried it with net/http and it...
## Branch Name master ## Type of Change design ## Priority mid ## Summary customizable background color for timecode ## Description of Change Adjustable background color for the timecode would...
I've reworked and organized the [README.md](https://github.com/seriousm4x/FiatChamp/tree/design-changes) and also created a new logo for the project. The new logo is a combination of the `FIAT` emblem together with their parent company's...
**Problem:** SSH will fail if there is no public key with default name. ``` debug1: Trying private key: /home/max/.ssh/id_rsa debug1: Trying private key: /home/max/.ssh/id_ecdsa debug1: Trying private key: /home/max/.ssh/id_ecdsa_sk debug1:...
not really an issue with this repo, but more like a request to create a pubsub exmaple in python.
When routing audio to a virtual audio cable and duplicating that one to my headphones i get clicking sounds even though all devices use the same sample rate. An inconsistent...
Just tried to connect my BitBox2 after half a year. Updated the app and connected my device, but it doesn't get recognized. BitBox2 says "See the BitBoxApp" but the app...
For me it woke up two scheduled times now with lazy ping enabled. Not related but what I noticed now in this version (at least, can't remember this happening before):...
This fixes #72. I added a prefix for all css class names to avoid conflics with other css libraries. I chose `_sft`. (Initials for **S**velte **F**rench-**T**oast) Examples: * Old: `wrapper`,...