Results 87 comments of fent

try setting the timeout in the `request` object ```js let stream ytdl(id); stream.on('request', (req) => { req.setTimeout(...); }); ``` this may be an option in ytdl that's added in the...

> Hi @fent, i have a seperate microservice for requesting the info and for downloading the video. So i'm not calling ytdl, instead i'm just calling getInfo().. There is no...

> But the internal cache is not written to any database or file or? So if the node process restarts the cache is empty, or did i got it wrong?...

yep, hat does seem misleading. hopefully when https://www.youtube.com/watch?v=5LJcTyMpQhY is fixed, this changes too. they'd both be breaking changes.

was getting this error, but after deleting the session token, I'm getting another error Login error: User must verify their account on www.facebook.com (405) which forces me to go to...

When I speak of a window, I mean a vim spit window.

> so either Vim’s event handling changed dramatically and without warning, or there is something in your usage scenario and / or configuration triggering an unwanted load event. Could be...

> So, thinking about this more, I'm not sure that this _isn't_ desired behavior. If I start vim without vim-stay, this behavior isn't reproduced. And I think it would be...

> Could you both try to exercise _stay_ with [the lines 85 and 86 of `plugin/stay`](https://github.com/zhimsel/vim-stay/blob/287c80bf6f151a3561800db184610cf576b0374d/plugin/stay.vim#L85-L86) commented out, trying different split and quit situations (with none, one or more windows...

> if 1. the window contains the same buffer as before `BufWinEnter` fired How is this checked? "before" as in, before switching to a different buffer and then switching back?