Regan McEntyre

Results 24 comments of Regan McEntyre

Blank page suggests an 500 internal error. You'll need to post your PHP error logs.

:+1:, we're encountering this issue too. The bug was introduced between versions 3.0.2 and 3.1.0. For example, we're hitting this with a value like `1234________5678`, which should be (and is)...

Forwardable is used in `S3::Object` too, which is causing similar issues on newer Ruby. The `S3::Bucket` fix worked nicely, however.

:+1:, sucks that it will be a breaking change but better in the long term.

If you took 30 seconds to glance at the README, you'd see this package is no longer being maintained as of early 2017. Use one of the (100+) forks that...

Happy to merge if the test suite passes. Unfortuantely I'm low on time so I won't be able to do the necessary work to make a stable release, at least...

You'd still need to provide the endpoints as well, so wrapping all that up in a `Team` seems to solve that while still keeping the client easy to interact with....

Ah yes, sorry for the confusion. Yeah, for Laravel you'd have your teams in a config file, and then just simply `Slack::team('company1')->send('message')` :+1:. The teams would be required for instantiating...

@Gadoma thanks for your work here, much appreciated! I'm mostly happy with this, with just a couple of things I'd want to change: I think we should let Message look...

Yeah, I do like that style. It would certainly make things fluent. We could probably get away from "endpoints" and call them "teams". The `Message` could have a `team` field...