Ariel Barreiro

Results 89 comments of Ariel Barreiro

@machawk1 on top of the questions above I was looking a bit more into the code this morning. I might need to go over it more in depth but I...

> I should note that WARCreate should maintain a privileged trait with regard to AJAX and CORS. Normally, fetching resources in this way would cause the request to be rejected...

@machawk1 thanks for the reply. For me having a separate tool is not that much of a problem, it actually a benefit for me as it allows to compartment the...

@machawk1 I saw all of them. Webrecorder didn't play that nicely with facebook unfortunately, which is the site I am trying most sites with as it's one we are mostly...

> What sort of other stuff? Some browsers also natively support the HAR format and @ikreymer even created a library to convert from har2warc, so there may be potential there...

@machawk1 Is there anything you can share on the path throughout building this tool in terms of big pitfalls that you found, any unorthodox thing you might have done in...

@machawk1 also just saw https://github.com/N0taN3rd/node-warc from @N0taN3rd which is likely to help.

I just filled #506 which I think is the same this issue.

I am not quite finding how to do this: bash ``` echo "aa" | `resolve` ``` (where resolve would output a complex command. so this equals `echo "aa" | `...

I was trying to submit a patch to this, however it has proven to be a little more complicated that I first thought. timers is not on that impl.object because...