Jon Mills
Jon Mills
I use "Add via advanced dialog" (as i want to assign labels), but somewhat annoyingly the dialog always pops up in the centre of my main monitor, not on the...
Is there a way of making a call to get the connected peers? That way i could parse the returned json data (assuming REST) to get a list of the...
It seems that the -w is case sensitive. Your default one has -W and my UDM Pro wasn't happy
Should the routing to private networks work when the gateway is in a docker container? ``` traceroute 10.1.0.2 traceroute to 10.1.0.2 (10.1.0.2), 30 hops max, 60 byte packets 1 100.119.x.x...
I'm getting an error when i run the tool on some (admittedly large) markdown, so i thought i'd take a look at the repo. very kindly you've defined a devcontainer,...
### Is there an existing feature request for this? - [X] I have searched the existing issues ### Describe the Feature (this may well be a mate to #94) Can...
Would you be able to rebuild this from the new onedrive client? I tried to do it with cloning this repository and then building the image but it just whined...
` server = serverConfig( Path('__file__').parent.parent.joinpath('config.yaml')) for l in [m for m in server.emby.movies if re.search(r'^[1|2]\d{3}.', m.name)]: newName = f"{l.name[5:].replace('.', ' ')} ({l.name[0:4]})" l.name = newName l.post() ` I'm trying to...