Vincent de Lagabbe

Results 3 issues of Vincent de Lagabbe

Following the guide here: https://docs.jetadmin.io/user-guide/integrations/postgresql-integration/python-app-installation After launching `jet_bridge` for the first time and visiting the registration URL I end up here: http://localhost:8888/api/register/?token=XXXXX ![image](https://user-images.githubusercontent.com/467126/103759841-9851d580-5014-11eb-81af-1cf4ec18b6d2.png) Can't do anything from there, http://localhost:8888/api/ shows...

From SQLAlchemy 1.3 from documentation: https://docs.sqlalchemy.org/en/14/orm/session_api.html#sqlalchemy.orm.Session.bulk_save_objects ``` method sqlalchemy.orm.Session.bulk_save_objects(objects, return_defaults=False, update_changed_only=True, preserve_order=True) ``` > **preserve_order** – > > when True, the order of inserts and updates matches exactly the order...

Present in JS here: https://github.com/opentok/opentok-react/blob/8cab1f6c2d1c5b04b37dcebfa2e84d4dfffe3c34/src/createSession.js#L7 needed to handle connection issues when trying to join a session