Caio Teixeira

Results 3 issues of Caio Teixeira

## Context Imagine a `project` with its migrations, and it has its command to apply it. Now, you have installed library `foo` that applies migrations also with its CLI (knowing...

Hello folks! I have the following code: ```ts // acount.ts export class Account { id?: number exchangeAccountId: string externalUserId: string apiKey: string apiSecret: string isActive: boolean constructor( exchangeAccountId: string, externalUserId:...

enhancement

Bypassing health_check endpoint. Related to #45

enhancement