Bobby Reynolds

Results 12 issues of Bobby Reynolds

The stream orientation should be configurable via the admin UI. This gives users more freedom in positioning the camera.

enhancement

Currently, changes to LunaCam configuration require manually editing _/etc/lunacam/config.json_ on the Pi and restarting *lunacam.service*. Eventually, it should be possible to change configuration via the Web UI. Additionally, such changes...

enhancement

The bridge socket is not automatically cleaned up after process termination. This is partially mitigated by attempting to delete the socket before opening it (making sure we start clean each...

There are number of potential ways to make setup easier: * provide a script for creating a logon task * publish crate * package for Windows store Probably don't want...

There is a race condition in the `get_cache_dir` function in *_file_cache.py*. If two instances of the CLI are launched at nearly the same time, they will race to create the...

Feature

## What Happened My laptop is configured to suspend when the lid is closed. But after opening the lid to resume the system, the greeter never appears. Same issue happens...

_alarm.h_ declares a function named `alarm_read`. Ostensibly this is used to read the current counter value of the underlying alarm hardware using [command number 2 of the alarm driver](https://github.com/tock/tock/blob/master/doc/syscalls/00000_alarm.md). Unfortunately...

**Describe the bug** When compiling a project using Clang, I am unable to use link-time optimization (LTO) due to the absence of _/usr/lib/LLVMgold.so_. _LLVMgold.so_ is a a linker plugin which...

bug

### Pull Request Overview This PR introduces support for running Tock OS on the 32-bit x86 CPU architecture. Current effort is focused on porting the Tock kernel itself. Support for...

waiting-on-author