honey the codewitch

Results 88 comments of honey the codewitch

I've been talking about adding streaming to the API, and we've touched on this, but after some conversation I have considered the idea of taking a radically different approach with...

Thank you so much. That gives me some good places to start. I agree that we should be able to walk the results after a query, but the first thing...

If we're doing bulk loading it would be nice to be a bit more selective about what we validate. For example, turning off utf8 validation which has branches in it...

I'm digging through the stage 1 because before I give up and implement a query engine on top of it, I want to see if i can implement part of...

If this is about my previous comment, the only reason i wanted chunking support in this case was so I could tweak the stage 1. For example, let's say I...

I saw that, but i thought it might be possible to simply change the filter matrix it uses to find ": instead of "[]{}: That way there'd be no ifs....

Thanks,! It's a lot of work to implement, so I felt a pull was premature, because if there's not any interest in it I don't really want to put in...

Hi there. Thanks so much for this. I've been pretty busy so I haven't had a chance start a pull, but this gives me a lot of useful information. I...

> > Actually, On Demand does not reject all invalid documents, either. It > particularly does *not* validate things you don't use. The principle is, > it validates just enough...

> In my opinion, the best thing you could do right now, both to get a feel for your API I'm working on that and setting up comparisons. I suspect...