ziw

Results 3 issues of ziw

hi, what's the proper way to inject FIREBASE_ADMIN_INJECT in unit tests? I have a controller ``` @Controller('users') export class UsersController { constructor( @Inject(FIREBASE_ADMIN_INJECT) private firebaseAdmin: FirebaseAdminSDK, ) {} } ```...

The [demo](https://postgres-pgvector.vercel.app/) site for [postgres-pgvector](https://github.com/vercel/examples/tree/main/storage/postgres-pgvector) example is not working. Try searching any keyword and the search API throws 500 error: ``` POST https://postgres-pgvector.vercel.app/ 500 (Internal Server Error) Uncaught (in promise)...

### Existing Component Yes ### Component Name El Table Column ### Description When using typescript and rendering a custom table column template like below ``` {{ scope.row.date }} ``` the...

Quality::TypeScript Related
🔨 Vue issue
inactive