gozmanyoni
gozmanyoni
@peterfication - I think your module definition(users.module.ts) might be wrong, shouldn't it be? `@Module({ imports: [TypeOrmModule.forFeature([User])], providers: [UsersService], exports: [UsersService], })`
@peterfication I think this boils down to configuration issues. the table wont exist unless you create it or make nest generate it
@peterfication - yep, I haven't worked with typeORM so I don't know what the default behaviour is. doesn't seem right indeed :) you could pass in a table name to...
@peterfication - you should be able to retain names and get the table named correctly by modifying the esbuild.transpiler file: ` await build({ platform: 'node', target: 'node14', keepNames: true, bundle:...
It's relative to the client app - the web browser will utilise hardware acceleration to decode h264 frames if available
@rhysmorgan134 I thought about this but since I didnt test much and did not observe the main thread struggle I didnt pursue this. But i think its defiantly a problem...