-
I think combining motion detection with classification like [yolo](https://pjreddie.com/darknet/yolo/) and using AI-sticks as workhorse could fit very nicely in to the core purpose of motioneyeos.
…
-
## How to Recreate
### Code 1
```python
#!/usr/bin/env python3
import asyncio
from mavsdk import System
async def run():
drone = System(mavsdk_server_address='localhost', port=500…
-
### I did this
**Note**
I'm not entirely sure if this is a bug or an improvement. However, since curl_multi_poll() returns error code 12: Unrecoverable error in select/poll work thread exiting, I …
-
**[Issue]**
In iTerm2 on latest version of MacOS, the below command could not run successfully. And result shows `Exception: [AbstractOptionHandler.cc:69] errorCode=28`.
```shell
❯ aria2c -x 5 -…
-
* [x] I've read and understood the [contribution guidelines](https://github.com/Yoast/wordpress-seo/blob/trunk/.github/CONTRIBUTING.md).
* [x] I've searched for any related issues and avoided cre…
-
Hi, thank you very much to share this project.
I have tried to install catalyst on my MacOS by anaconda or pip but failed.
I want to try to use your docker image, but how to use it?
I tried…
-
### Prerequisites
- [X] I have carried out troubleshooting steps and I believe I have found a bug.
- [X] I have searched for similar bugs in both open and closed issues and cannot find a duplicate.
…
-
```
require 'celluloid'
require 'celluloid/autostart'
require "celluloid/pool"
class CelluloidDemo
include Celluloid
def greet
puts "Hello from celluloid..."
end
end
pool …
-
After Firefox update (36.0.1) Feedly Notifier icon is missing from toolbar. How can I restore it?
-
I am working on improving [lurk](https://github.com/JakWai01/lurk) -- an `strace` Rust rewrite. At the moment, lurk's author @JakWai01 has created a big manual map for the x86_64 syscalls, but the app…