Jeff Weiss
Jeff Weiss
For a few days I've been prototyping a hedwig-based bot connected to our internal data mart. I've begun to get requests from folks for more complicated responses, and in some...
As @mroth mentioned in #5, he'd like to eventually replace the vendored emoji.json file with the official Unicode text files. Possibly from a combination of - http://www.unicode.org/Public/emoji/latest/emoji-data.txt - http://www.unicode.org/Public/emoji/latest/emoji-sequences.txt -...
I'd like to be able to do something like: ``` elixir Forcex.Sobject.Lead.stream |> Enum.take(300) ``` Should be relatively straightforward once the refactor from #3 is complete. At that point, very...
When there's a Timex release that contains bitwalker/timex#147, add it as an explicit version dependency, rather than just a `github` dep, so that we're sure to have `{ASN1:GeneralizedTime:Z}` as a...
Hi @cwbriones, thanks for scientist! This PR addresses all of the warnings I had when using scientist with Elixir 1.7. I ensured that all the changes were Elixir 1.6 compatible.