Zachary Dean
Zachary Dean
@WillemvdW >it is anticipated that xqerl could access data from couchdb that is also written in erlang? I was just playing with this idea a few days ago. Accessing data...
okay, I think #24 fixed it. It now handles OPTIONS calls, instead of deferring to the default.
Thanks for the feedback @binaryseed ! I'll try to quantify the performance hit in the meanwhile. I'll also try adding the count and sum (maybe mean) in the `acc`. That...
I finally found some time to benchmark this change. `main` is the current implementation, `new` is the change in this PR, `newer` is an additional change to do a single...
@tomekowal, Thanks for the issue and interest. I've been a bit busy, but I hope to get to this next week. I'll make the project "rebar-able" and add some documentation/examples...
@tomekowal , So, before making a bunch of docs that will need to changed. I'd like to see if this makes sense to you: It's a more "procedural" example for...
Yeah... `string:reverse` doh! :-) Since I have no experience with Elixir, it would be interesting to see what the same example would look like with it. Also is the return...
Cool! And great that the output format fits so well! Time permitting, I'll try to finish the rest of the implementation (DTD, default attributes stuff, external references and entities, etc.)....
I'm going to put some thought into this... It was kind of what the continuation function was for, but I see now that that forces the caller to not be...