Baden Ashford
Baden Ashford
@leonmuchoki and @weefunker do you guys have recommendations on how to successfully push this to heroku? The views load in development, but no emails received, then when I attempt to...
Thanks @weefunker works a treat now! Adapted your answer to work on SendGrid: ``` config.action_mailer.raise_delivery_errors = true config.action_mailer.delivery_method = :smtp host = 'voyage-fromage-60583.herokuapp.com' config.action_mailer.default_url_options = { host: host } ActionMailer::Base.smtp_settings...
@pirj I like your spec structure suggestion! I guess having a spec for `LeadingSubject` and `LeadingLet` is an indication that what is desired is a `cop` where we will be...
`allow edits by maintainers` is on 👍 feel free to push commits
@pirj would still like to get this one in so my team can start using it, and in the meantime will work on the `SpecLayout` PR 🙏 I have updated...
@cosmicBboy I'd be interested 👌
@cosmicBboy https://github.com/unionai-oss/pandera/tree/core-schema gives me a 404, this may mean the PR has been merged and branch deleted? If so would be keen to get started on this work. @rbeucher are...
Thanks @cosmicBboy I'll get started and ask questions here as I go 🙏 🚀 !!
Hey @cosmicBboy do you mind please giving some early feedback on [my fork](https://github.com/kykyi/pandera)? Bit of an open-source n00b so may need some hand holding 😄
Hey @cosmicBboy running `make requirements` I am unable to install codecov and the [PyPi](https://pypi.org/project/codecov/) page is giving me a 404. I haven't used it before, wondering if there is some...