Mike Greiling

Results 16 comments of Mike Greiling

I would also be interested in this. I own a chat pad myself and would be happy to contribute to this effort @medusalix

@medusalix thats great. Is there a place where I can follow this project?

Since this does break some BC and requires changes to `framework` in addition to `lithium`, this should probably live in a branch and wait for the next milestone release (1.0...

Thanks @nateabele, I'm interested to hear your considered opinion, and I'd love to get feedback from anyone else with 2¢ to add to the conversation as well.

It's been a few weeks. Any thoughts on these or other changes to the session/auth adapters?

@nateabele I'd say that's a valid excuse :)

It's not a huge nuisance to change my function calls, but I guess my main point is that this was an unintended BC break... these calls did used to work...

perhaps it's bad practice to use the static keyword here, though if I were to replace `static::first()` with `Users::first()` the issue still exists...

I've had the same issue... on an Ubuntu 14.04 guest machine I found that I could not clone github.com repositories: ``` Could not resolve hostname github.com: No address associated with...

I can confirm this one as well. It is quite annoying! I believe it only happens when an `expect` spans multiple lines.