Jesse Gumm
Jesse Gumm
Hi Niclas, This is similar in nature to the direction I'd like to take boss_db, in the effort/attempt to phase out some of the compiler magic. Though one of the...
I don't know the details of what's going on with gitorious, but if you used HTTPS, it appears to clone properly: Change `git://gitorious.org/avtobiff/erlang-uuid.git` to `https://gitorious.org/avtobiff/erlang-uuid.git` And see if that works.
Give this patch a try: https://github.com/ChicagoBoss/cb_admin/commit/6f2f7107b6b2bf5f66ef775ef25f13f103f3b0c5 (basically a rebar update and path fix).
Is this something that needs to be fixed? Or was this a misconfiguration on your local system? I suppose even if it's a misconfiguration, this is probably something that should...
Hello, I've closed this one, but if there's a compelling reason to reopen it, I'm open to discussion.
I just came across this issue as well (with an automated template install that wasn't being recognized), and my solution was to make a little plugin for outputting directories. https://github.com/choptastic/rebar3_dirs...
> @choptastic That should be built into Rebar itself! ❤️ I certainly appreciate the appreciation. I'll gladly submit a PR to rebar3 if the team wants.
Great! Thanks. I'll check out the big merge today and make sure it all works as expected. Perfect timing as I'm also finishing updates for a new version of simple_bridge...
Hey folks! I've finally done the above, including adding the appropriate tests, and updating any tests that this might have affected. This rework adds the `decode_decimal` connection option described with...
BTW, thank you for the the fast and detailed response. I will try to knock these out now :)