Theo Gravity

Results 138 comments of Theo Gravity

You should be able to delete the `migrate.ts` file and in the `Database` class, you can do: ``` async migrate (config?: MigrationParams) { const migration = new Migrations(...) // call...

Ok, I've made all the comments for the first round. Looking forward to the changes!

We shouldn't make `this.config.migrations` part of the Database constructor config `createMigrationsTable` shouldn't be part of Database - it's specifically a migration method and should be in the migration class instead...

> Hi Theo, I'll go tomorrow to the base training. I'll not have a laptop with me for 1-2 months. I'll push in 1-2 hours last updates before I leave....

![image](https://user-images.githubusercontent.com/855434/52824461-84daa180-306d-11e9-8022-1b51b7bdad0b.png) We use it for most of our node.js projects at Viv Labs (we're a Samsung company). We write the [Bixby AI assistant](https://www.samsung.com/us/explore/bixby/) found in many Samsung devices, like the...

I think you prob want to also apply the update to the sell side too (your commit only addresses buy) Also, I had enough BNB in the sell side, but...

I'm also having issues where after login, it doesn't keep myself logged in right after it says sign in successful and shows me my profile with my comment history. Navigating...

I see that you have committed https://github.com/alex8088/electron-vite/commit/ac47dacc1b3d7c09d4a825615dba5172e78b379f Will you be publishing a new npm package soon? Also, is this something that should be customizable by the user? It seems to...

I wonder why it works no problem in 26 but not in 27 with the same config? We haven't changed our build processes at all between 26 and 27. We're...