Romain

Results 130 comments of Romain

No problem, thanks for your reply. I'll push my PR today. The idea was just to provide another external interface **without** changing any of the current behaviour. There's probably 2...

Thanks @StevenLooman, will do all the above. I added `mocha` because right now it assumes you have it installed globally (and I don't), but that's a matter of preference so...

Hi @PaulMougel, since this is based on the new `Readable`, my understanding is that it will handle backpressure automatically, buffering all `push`ed data in memory. However it doesn't propagate the...

Agreed, back-pressure would be really nice to have. I'll investigate to see if the `saxParser` can be paused, but it's not a readable stream itself so it might not be...

Good catch, I hadn't updated the `test: "mocha"` part of the package. I'll rebase on top of master so it doesn't conflict. And I'll give back-pressure a try over the...

Sorry @StevenLooman, played with it a bit but I haven't found a good way to test it yet. I'm still keen to have a look if you don't mind, see...

You're right, that's not something you can do out of the box. The idea is that `freeloader` can't pretend to offer all the functionality you'd need to extract and manipulate...

Good question then. I'll have a look at the code see if it's something freeloader could support.

Thanks for suggesting this feature. It sounds interesting! What will be the behaviour if a source file changes? Thumbsup compares the last modified date of the source and target files....

Sorry about the slow reply to this issue! You raise a very good point about how Thumbsup sanitizes HTML file names but not media folders & names. For now we...