chan
chan
with compatibility with older otp version
Ex: ./mad **sca tpl=basic appid=foo** joj=qwe port=90090 AppId = "foo" TplName = "basic" Vars = [{port,"90090"},{joj,"qwe"},{appid,"foo"},{tpl,"basic"}] Writing foo/apps/foo/priv/foo.routes Writing foo/apps/foo/rebar.config Writing foo/apps/foo/src/foo.app.src Writing foo/apps/foo/src/foo.erl Writing foo/apps/rebar.config Writing foo/rebar.config Writing foo/sys.config...
compatible ez bundle package, can be use to ship loadable plugins for your apps.
really cool, if we can have an idea about how our CB app behave in production, or during a load test, get some metric, i was thinking to integrate exometer,...
here, the patch for boss_db:paginate for mnesia from original idea of [David Welton](https://github.com/ChicagoBoss/boss_db/pull/153)
use case: ``` erlang -module(toto, [ Id ::pk(), Phone ::phone(), Caviar ::string() Status ::picklist() ]). ``` would like to extend type, from the source code i see: string, binary, uuid,...
i develop under macosx, i succeed to compile GT.M under macosx with shabiel patch https://github.com/shabiel/fis-gtm branch darwin but the initdb complain: + /opt/fis-gtm/V6.2-002A_x8664/utf8/mumps -r '^GDE' %GDE-I-GDUSEDEFS, Using defaults for Global...
the actual version crash, the kvs:info have change since it was published, but the cr:test() still failed. :(