Joshua Mark Furtado
Joshua Mark Furtado
### Description of change better-sqlite3 has had versions 10 and 11 available for some time now. It would be useful for this repo to support the new versions in addition...
We have a Flutter web app which we are compiling to WASM. We noticed that localization is not working in this case. Localizations.localeOf(context) detects that the browser is, for example,...
We are using NestJS with TypeORM v0.3.25 and pg v8.11.3 Our TypeOrm config is: ``` const baseOrmConfig: PostgresConnectionOptions & TypeOrmModuleOptions = { type: 'postgres', host: process.env.DATABASE_HOST ?? 'localhost', port: process.env.DATABASE_PORT...