Dan MacTough

Results 33 comments of Dan MacTough

Yup. Ditto here. It seemed completely broken. Turned out I was not calling the constructor properly. Old example code strikes again. I thought I should use `new mongoStore({ db: db...

Instead of using the text event, just do it within the connection listener, where you attach the other listeners.

Exactly On Sat, Nov 28, 2015 at 11:17 AM, Dave Winer [email protected] wrote: > Thanks.. > That makes sense. The only sample code I had did it the way I...

> One thing surprised me that I could compare two objects in JavaScript, and it actually works. :heart: One of my favorite things! Looks good. The `nodejs-websockets` library already handles...

@scripting If I understand correctly, your ideal solution would involve retaining the non-buffering piping for files other than OPML files. And that because you want to buffer and transform OPML...

When `resume_saxerror` is `true`, they are emitted on `error`. Are you not getting them in your error handler?

@OliverJAsh I'm working on refactoring SAX error handling, which I believe is actually a bit broken in sax. Still digging. Your code about doesn't have a parameter for the error...

That sounds like the error is not getting cleared for some reason. If sax resumes parsing and the error has not been cleared, it will throw -- intentionally throw. I...

I did this: https://gist.github.com/danmactough/342c037d8094ce1a553d and cannot reproduce.