Zvi

Results 10 comments of Zvi

Cowboy API running fast, it's better to target 0.8.0

@rajatvijay did you found a CLI version of html2elm?

For example: https://github.com/nivertech/cl_examples

One way to fix it is to add `rebar.config` file with post-hook: ``` erlang %% == Pre/Post Command Hooks == {post_hooks, [{clean, "make clean"}, {compile, "make"}]}. ``` As in this...

For development you may add make target to compile all combinations 4 combinations: - {C debug, C release} x {Arch: x86, x86_64, ...} But for the end user, who added...

I tested branch `dev` here: https://github.com/nivertech/cl_examples/tree/zvi_test_cl_dev My system is Ubuntu 10.04 32 bit with AMD APP SDK. `rebar clean` / `rebar compile` works. ``` [cl ((077aaff...))]$ rebar clean ==> cl...

No, I have CPU device only. I think the behavior is changed from master, I.e. the output of cl_basic:test() was exactly the same as in #13 .

With lastest `dev` branch: ``` erlang 1> cl:versions(). [{1,0}] 3> cl_test:test0(). ** exception error: no match of right hand side value {error,invalid_platform} in function cl_test:test0/1 (src/cl_test.erl, line 19) 4> cl_test:test1()....

I run with latest `dev` branch and still getting: ``` 3> cl:versions(). [{1,0}] ``` In order to rule out, that it's problem with my laptop's environment, I'll check it soon...

not sure what `chanel_data` is, maybe instead of optional parameters, we can just add a boolean flag `jsonify` to the `channel_data` object.