superbonaci
superbonaci
I'll try to make a fork with the patches of all the other forks but can't promise anything.
@TheMadog24 do you mean also recording the poll results live as the countdown goes? I don't think that's stored anywhere in twitch servers, maybe the only way is to record...
https://github.com/Aorimn/dislocker/issues/345
@neuhaus the issue says **completed** but that's the way Github works by default, likely means **not planned** or just **closed**. The only important thing in Github is if the issue...
@neuhaus if you want to download a "release" to make the build reproducible you can get the zip of any commit, maintainers already know that, for example the latest right...
@neuhaus probably dislocker is not used that much in the business world so it's not kept up to date with every new commit. You have to understand that people who...
What about implementing SkFontArguments / SkTypeface::makeClone for SkiaSharp 3.x? Needed for https://github.com/lay295/TwitchDownloader/issues/1504
What about implementing SkFontArguments / SkTypeface::makeClone for SkiaSharp 3.x? Needed for https://github.com/lay295/TwitchDownloader/issues/1504
Same thing with pipx: ``` $ pipx install tgcf installed package tgcf 1.1.8, installed using Python 3.12.3 These apps are now globally available - tgcf - tgcf-web done! ✨ 🌟...
It's still working despite the errors: Enter `http://localhost:8501/Run` ``` Welcome to tgcf 👋 AttributeError: module 'streamlit.components' has no attribute 'v1' Traceback: File "/Users/aahnik/my-tgcf/.venv/lib/python3.11/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 600, in _run_script exec(code, module.__dict__) File...