I’ve recently been trying to create a system to export a Postgres database to SQLite. I was working on a backend for a mobile app that will contain an SQLite database with the plan to release a new version of the SQLite database on a biweekly bases.
There is an annoying bug on mobile devices when trying to align elements to the bottom of the screen or when trying to get the viewport height.
```javascript new Promise(()=>{ // Do a thing, possibly async, then…