Anna Rodrigues

Results 8 comments of Anna Rodrigues
trafficstars

It seems like this is a very low priority and somewhat complicated issue to be solved, but it completely stops me from using the Sync Project feature for source control...

Any update on this? Still not able to play ATSC tracks on Jellyfin

Could you open the `settings.json` file at `%appdata%\Discord.fm` and change the debug option to true? Make sure to close the app first, then restart it and send the log file...

Only happens on builds built with GitHub Actions. Most likely scenario is the files are missing from the "lib" directory in Python, like from this answer: https://stackoverflow.com/a/60252954/8286014

I've completely changed the setup script now using `uv` instead of pipenv. You can try updating the code with `git pull`, running `pip install packaging psutil` to install required packages...

Yes I am aware, I want to use PyCharm to debug my Python app on Windows. `Get-AppxPackage` shows only Microsoft packages it seems: ``` PS C:\Users\Anna> Get-AppxPackage | select Name,...

Maybe this method could be implemented on `ExtractPrograms.ps1` to get an accurate list of installed apps: https://stackoverflow.com/a/57195200 I'll have a look at this later, but we can probably call these...