Mike Yavorsky
Mike Yavorsky
It's not immediately obvious from the documentation that `mpremote connect` accepts commands to execute on the device. This PR adds an example of `mpremote connect` with a command other than...
[NovaExtensionConsole.log](https://github.com/tommasongr/nova-vue/files/6633751/NovaExtensionConsole.log)
Making new "sort type" and "provider type" selections results in provider type being listed as 'highlightedProviders' https://www.dropbox.com/s/nkxhz4bqa246jpw/Screenshot%202019-07-09%2019.34.53.png?dl=0
With nothing on the Saved list, clicking on service provider icons causes a null is not an object error [See video](https://www.dropbox.com/s/s84qw9xqmzon1bv/BUG.mov?dl=0)
Extend the Flask API to read from a .jsonl file of scraped Commands data and insert it into the Postgres DB. **Is your feature request related to a problem? Please...
1. Poll SQS queue 2. If a message exists in the queue 2a. change visibility to high `SQS.Client.change_message_visibility()` 2b. download from S3 at `parsed.Records[0].s3.bucket.name + "/" + parsed.Records[0].s3.object.key` and log...
When you click the Forgot your email? link, you should be able to recover your account email.
**Describe the bug** The AWS environment and local environments using `flask psql init` do not properly create a 'phone_number' column on the 'user' table. **Expected behavior** We should create an...