Vitali Lovich

Results 180 comments of Vitali Lovich

@waywardmonkeys are you maintaining this by any chance?

Could deferred proxying take place if the Response object took a promise for trailer headers rather than a callback? Not sure it’s actually worth it as I suspect trailer cases...

I think I'm hitting this too: ``` } else if (body instanceof Stream) ; else { // none of the above // coerce to string then buffer body = Buffer.from(String(body));...

https://github.com/node-fetch/node-fetch/issues/1096

Well I meant it's easy to turn it on/off for a project because you don't have to annotate every single function manually (i.e. can add new functions without thinking about...

@Aksem How do I use libavoid-js from node? Am I correct that I have to adjust generate.py and hard-code ENVIRONMENT="node"? Is there some way to have a universal package? Even...

There are no symbolic links to directories. All symbolic links in this setup always resolve to a specific file. So it may go through a parent directory (e.g. ln -s...

My reading of the code is that any symlinks in multiple directories will trigger this because the infinite symlink expansion warning gets triggered if the same file appears in 2...

I explicitly create a symlink in my project. That's tripping it up. What I'm suggesting is that if ln -s file1 file2 or ln -s dir1 dir2 triggers the warning,...

Also it seems adding a dummy field to the end of the formula works around the issue.