Adam Conrad
Adam Conrad
This looks like a hobby compiler project. There's even some `#TODO` comments indicating it's not really ready for prime time. I wouldn't bother adding this
seems like this is an issue where the readme should be updated?
Actually should be pretty easy, I think this would work if you change the `register/1` function in `Passport.RegistrationManager`? Haven't tested it: ``` elixir def register(conn, params) do changeset = user_model.changeset(user_model.__struct__,...
@raspher do you have ideas for specific areas you want more documentation? Just making a blanket statement that we need more documentation doesn't help us concretely solve this. How do...
@raspher this sounds good - but is a pretty serious investment. Are you open to creating some of these docs yourself?
@BlakeWilliams I had proposed a major version bump back last time - is this the point we make the cutoff?
@binaryseed if you Slack app is new (within the last 1.5 yrs or so) it won't work. See this page for details: https://api.slack.com/methods/rtm.start
@binaryseed want to create a pull request? Also please make sure you run the tests to ensure there are no regressions from this change
This is a CSS syntax parser, not an SCSS syntax parser, so this isn't supposed to work
My guess is "bad content" is up for debate - if it throws an error this may not be bad content but invalid content. Since I'm not a contributor I...