Eric des Courtis

Results 21 issues of Eric des Courtis

Please provide some way to convert json objects into Erlang maps directly.

Just wanted to say thanks for making this! Please don't stop the development.

89> detergent:initModel("http://pastebin.com/raw.php?i=B09KWTsS"). Ns:"http://schemas.xmlsoap.org/soap/encoding/" Loc:undefined --> *\* exception throw: {'EXIT',{{badmatch,{error,enoent}}, [{detergent,get_url_file,1, [{file,"detergent.erl"},{line,441}]}, {detergent,'-find_file_fun/1-fun-0-',4, [{file,"detergent.erl"},{line,424}]}, {detergent,addSchemas,6,[{file,"detergent.erl"},{line,401}]}, {detergent,parseWsdls,5,[{file,"detergent.erl"},{line,363}]}, {detergent,initModel2,5, [{file,"detergent.erl"},{line,337}]}]}} in function detergent:get_url_file/1 (detergent.erl, line 441) in call from detergent:'-find_file_fun/1-fun-0-'/4 (detergent.erl, line 424)...

Names such as `scan` should not be called `reduce` because this confuses developers familiar with other ReactiveX libraries. Also, the library should contain all or most of the functions on...

Would it be possible to include a complete example(s) as source?

Please add a bit of documentation and maybe an example in the readme. Not sure if I can reuse this component. I rather not have to resort to reading the...

I keep getting this warning how to get this resolved? All I have is a simple module with this: ``` use ExUnit.Case, async: false use ExCheck ``` **warning: this clause...

We've been using `pobox` for a while now and we have identified a set of issues some of which might need a new major version to resolve. My goal here...

I want to implement a feature to collect data to generate statistics from the `:pobox`. I was thinking of implementing this as a callback module. Do you have any thoughts...

Hi, I would like to use lib6502-jit in jit mode but I want to regain control of the execution thread so I can multiplex many 6502's on the same thread....