Matt Mueller
Matt Mueller
Awesome, thanks @KhushrajRathod! > TypeScript will be a problem. Deno doesn't resolve .d.ts files by default, and needs explicit annotations to look at even a single .d.ts file -- see...
Code coverage would be awesome.
Any chance of wrapping this up @ralfiannor ?
Hey @adamlamar, it's definitely not perfect right now but you can use the pull in the `http.ResponseWriter` as a dependency to the controller. Then write the response status directly. So...
Hi @HosseinAgha! For **1.**, we're definitely going to add a default env argument, it'll likely look like this ``` env("POSTGRES_URL", default: "postgresql://dev@localhost/testdb") ``` For **2.**, thanks for bringing this up!...
I'm surprised about this behavior, but your proposal makes a lot of sense. ```diff export const PaymentProvider: { - MixplatSMS: 'MixplatSMS', - InternalToken: 'InternalToken', - Offline: 'Offline' + MixplatSMS: 'mixplat/sms'...
Next steps: - We had a discussion internally and need to verify this bug.
I think we can treat this in the same way that we treat the normal SQLite mode. **I think** in-memory SQLite doesn't make sense in migrate, since it's reset every...
Thanks for raising this issue @sebastianrogers. If I had to guess, it seems like it could be either the `:` or `,` in the URL. If you feel like spelunking...
I'd like to chime in and say that I'd love this feature as well. I find HCL as a nice replacement for .env files, the formatting is the only thing...