zacryol
zacryol
The two loops accomplish the same thing; I checked. This misleading documentation has been fixed in the engine, as shown in the attached image. The web API seems to not...
The specific issue, as of the last time I checked, was: If an `export` var Array/Dict has a default value set in code, then any instance that does *not* have...
I've also encountered this bug, and it seems to primarily occur when a repetition starts matching, but a required later symbol is not present. ```rs use logos::Logos; #[derive(Logos, Debug)] enum...
I believe I have encountered this issue also, as well as a workaround: I deleted the killswitch connections manually via the Network Manager, enabling the PVPN app to recreate them...
For now, here's a quick Python script I threw together to make an "Uncategorized" profile (overwriting an existing one) ```py import json with open('profiles.db') as f: profiles = [json.loads(line) for...
> How do i implement this? Is there a way to run custom scripts? you don't put it into FreeTube, you just run `python this_script.py` in the folder that has...
Looking through the `history.db`, it seems that this relates to the `"lastViewedPlaylistId"`, `"lastViewedPlaylistType"`, and `"lastViewedPlaylistItemId"` properties for the entry, where Freetube assumes that the video is still in the referred...