Joseph Wayne Norton

Results 10 comments of Joseph Wayne Norton

I would like to 👍 this issue and the corresponding pull request by @kanaka . The combination of instaparse and instacheck (and underlying test.chuck) is extremely useful for testing and...

Thank you for the feedback. However, I don't have a plan to add new documentation to this repository. The best advice that I can offer is to start using QC...

We should also consider to set "all" as the default log level type. %% DEBUG {errlog_type, all}, {errlog_type, error}, Progress reports are typically not critical ... however info-level reports can...

Configuration changes applied for v0.1.6 commit fce7f0e4d954ab1fcbed59731abd77f91486aab0 Author: Joseph Wayne Norton [email protected] Date: Tue May 24 12:20:44 2011 +0900 ``` GH8 (hibari/hibari): default configuration values need review and adjustment ```...

Ok, thanks. I understand. The recommendations sound very helpful. I implemented similar features for the ubf and eqc_statem "glue" framework. I decided not to modify the UBF contract with such...

Thanks for the correction. Is this something that you intend to change? or leave as is?

I'm also wondering if support for {max_heap_size, integer()} might be effective too? This limit could be compared against the worker's total_heap_size. ``` {total_heap_size, Size}: Size is the total size in...

Try the following recipe: ``` $ git clone git://github.com/norton/ubf-thrift.git ubf_thrift $ ./rebar get-deps $ ./rebar compile $ ./rebar skip_deps=true doc $ git diff ``` You will also need to install...

Yes, I see the same behaviour with latest edown (and asciiedoc). Here is an updated recipe: ``` $ git clone git://github.com/ubf/ubf-thrift.git ubf_thrift $ cd ubf_thrift $ make deps $ make...

@sritchie @zampino I have just started to try out clerk. It appears that I'm having the same issue with markdown notebooks and relative links between other markdown and/or clj notebooks....