dirkjbosman

Results 5 issues of dirkjbosman

`$ heroku addons:create heroku-postgresql:dev –app flask-todoapp` Should be: `$ heroku addons:create heroku-postgresql:dev ––app flask-todoapp` with 2 lines `––`.

Curious to know how you correctly import the tables on heroku from the CLI Explained [here](https://www.vertabelo.com/blog/technical-articles/web-app-development-with-flask-sqlalchemy-bootstrap-part-3): ``` >>> import todoapp >>> import models >>> models.db.create_all() >>> high = models.Priority(name=u’high’, value=3)...

Auto-reviewers: @NiharikaRay @matthewwardrop @earthmancash @danfrankj Hi guys, I would please like to know whether there is any documentation on web authentication (LDAP/Password/Other) yet?

'sensor_task_id' should be 'my_sensor_task' in line 8 of the last code snippet (xcom_pull function).

After running the After running the following: $ react-native run-ios, it gave me the output: (node:19496) [DEP0022] DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead. Found Xcode project CrossPlatformBlog.xcodeproj dyld: Library...