gergely-pepper
Results
2
issues of
gergely-pepper
### Description Minimal reproducible demo: Taskfile.yml: ``` version: '3' includes: backend: taskfile: taskfiles/backend.yml flatten: true ``` taskfiles/backend.yml: ``` version: '3' includes: common: taskfile: ./common.yml flatten: true tasks: echo-pwd: desc: Prints...
state: needs triage
Hi, Nice app! I'm wondering if it could be used as a "offline security camera" only storing the feed if it differs from the previous frame? So it could save...