Timo Rossa
Timo Rossa
That's really an interesting proposal because recently I was in a situation where I would have needed exactly that. I wanted to send a batch of emails via SMTP and...
This is really a shockingly amazing work, especially considering the short time you needed @dvv ! I would like to ask a couple of questions and point out a few...
Thank you very much! > JsonRpcSuccessSchema's result is unknown. If we put it the first, > JsonRpcResponseSchema will always infer as JsonRpcSuccessSchema as objects > without result, despite having error...
Hi @dvv I created something out of your and my ideas. Maybe you wanna take a look at it: https://github.com/Zaubrik/schicksal
Thank you @vied12 . One short question for the config because I don't get Emails yet: Does it have to be `587`? SMTP_PORT=587 And is this merge already in `docker...
Is still throwing unfortunately: ```ts async function insertRow(table: Table, input: any) { return table === "account" ? await sql` INSERT INTO ${sql(table)} (owner, email, contact, hashed_password) VALUES (${input.owner}, ${input.email}, ${input...
I created a very generic library for `Deno.serve` handlers here: https://github.com/Zaubrik/composium .
Hi, I personally won't do that. But I am considering adding a bundled JS file here. Would it help you?
Interesting, could I implement it as an Github action somehow so that I won't have to do anything?
Does this [PR](https://github.com/Zaubrik/djwt/pull/85) work for our use case here?