vector-plus icon indicating copy to clipboard operation
vector-plus copied to clipboard

A community application to manage new behaviours for the Anki Vector robot from Digital Dream Labs. Build behaviours as plugins for easy distribution.

Results 6 vector-plus issues
Sort by recently updated
recently updated
newest added

Bumps [log4net](https://github.com/apache/logging-log4net) from 2.0.8 to 2.0.10. Release notes Sourced from log4net's releases. Address CVE-2018-1285 and improve netstandard 2.0 support Apache log4net 2.0.10 improves netstandard2.0 support thanks to community member @NicholasNoise....

dependencies

The sample behaviours in VectorPlus are ok - but there's plenty of room for new, fun, behaviours that people can use out of the box. We can use this issue...

enhancement
behaviour

The docker container built from `VectorPlus.Web/Dockerfile` throws a segmentation fault shortly after launching the application. See the `docker-build.sh`, `docker-run.sh`, and `docker-launch-shell.sh` scripts. There are no other clues at present as...

bug
show-stopper

On saving `RoboConfig` from the connection page, a unique constraint is violated in the db. ``` VectorPlus.Web.Service.VectorPlusBackgroundService.StoreRoboConfig(RoboConfig config) in VectorPlusBackgroundService.cs + db.SaveChanges(); VectorPlus.Web.Service.VectorPlusBackgroundService.SetRoboConfigAsync(string robotName, string robotSerial, string email, string password,...

bug
show-stopper

At current time, the password field is a plaintext field. It should optionally hide the contents of the field if the user wishes.

enhancement
ux

When the user selects a plugin to upload, the UI does not show what they have chosen or indicate that it is ready for upload. Expected behaviour ought to be...

bug
ux