Jeremy Woertink
Jeremy Woertink
https://github.com/luckyframework/carbon/blob/d7d9b3004098c850d6b9d3d310f6b2d72a8a5b1a/src/carbon/tasks/gen/email.cr#L59-L67 It assumes you're generating an email like `WelcomeUser` which it will name `WelcomeUserEmail`. But if you generate `WelcomeUserEmail`, it'll name it `WelcomeUserEmailEmail`... we should not do that :joy:
I have a spec that looks like this: ```crystal NewPostEmail.new(friend, me, post).should be_delivered NewPostEmail.new(friend, me, later_post).should_not be_delivered ``` because I'm sending bulk emails. In this case, I want to make...
It would be cool if all of the URLs in your email were like green or something when you use the dev adapter to print emails. A well designed email...
Now that we publish API docs, we need to start filling in all of the actual inline documentation. Once that's done, the docs in the README can point to the...
This code: ```crystal MyHabitatThing.create do settings anything : String end ``` Causes this error: ``` There was a problem expanding macro 'create_settings_methods' Code in macro 'finished' 1 | Habitat.create_settings_methods(MyHabitatThing) ^...
A few things we can document in the README: * Using the `Habitat.extend` * How config works for inherited classes * Usage with nilable types * How to use a...
Mentioned by @matthewmcgarvey https://github.com/luckyframework/habitat/pull/59#pullrequestreview-605695502 Right now just toying around with the idea that maybe we allow you to create a class with options, and use that to extend an existing...
Ref: https://github.com/luckyframework/lucky_flow/pull/152
Fixes #724 The one part this is still missing is when you're in an application and run `lucky -h`, it still won't show the `lucky dev` command because this isn't...
It should be silent. ``` To: [#] From: [email protected] Subject: Reset your password CC: [] BCC: [] Headers: {} ======= TEXT ======= Please reset your password: http://localhost:5001/password_resets/1?token=fake ======= HTML =======...