Shawn Wilsher

Results 14 issues of Shawn Wilsher

I'm trying to use Ubuntu server on a raspberry pi3 in an effort to have fewer operating systems in my home that I have to remember differences on. Unfortunately, Ubuntu's...

While Username and passwords are redacted from logs in the FFmpeg command, if there is an error, they are not redacted. ``` [2021-10-28 12:30:59] [ERROR ] [viseron.camera.stream.front_porch] - Retrying None...

Would you be interested in supporting [torchvision](https://github.com/pytorch/vision/) as an object detector as well?

It looks like `ffmpeg`'s `segment_time` is set to five seconds always [here](https://github.com/roflcoopter/viseron/blob/ed12029d7f1c83df950ab1ce61f4b815244bd08b/src/const.py#L45). Based on the logs and the code in `segments.py`, I believe what's happening here is the segmenting code...

I think this is because of the `# type: ignore` comment when we `import paho.mqtt.client as mqtt # type: ignore` in `client.py`, but having a hard time proving that out...

##### SUMMARY This change adds support for [diff mode](https://docs.ansible.com/ansible/latest/user_guide/playbooks_checkmode.html#using-diff-mode) to `vyos_firewall_rules`. This can aide someone into understanding what will check when using [check mode](https://docs.ansible.com/ansible/latest/user_guide/playbooks_checkmode.html#using-check-mode), and can help someone know what...

feature

##### SUMMARY Document how to create new modules ##### ISSUE TYPE - Documentation Report ##### DETAILS Most (all?) modules have some text in them that says "This file is auto...

##### SUMMARY If you specify an interface like `eth1.3`, the commit will fail. You can specify `eth1 vif 3`, but then it is always reported as changed, even if nothing...

##### SUMMARY There are a few issues that make supporting interface routes not possible today: * `forward_router_address` is required, which doesn't make sense for an interface route. For a static...

The [code for this plugin will note that the command failed](https://github.com/HaveAGitGat/Tdarr_Plugins/blob/master/FlowPluginsTs/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandExecute/1.0.0/index.ts#L175-L178), but it doesn't print out any information for someone to debug it. It looks like the `CLI` helper can...