Vitaly
Vitaly
@fent can I know why do you export them here? https://github.com/fent/node-ytdl-core/blob/e14c9da91fbb383e8cc84fc6dab2febd13ee277d/lib/info.js#L478-L481
Nah, `index.js` exports them from `url-libs.js` directly: https://github.com/fent/node-ytdl-core/blob/e14c9da91fbb383e8cc84fc6dab2febd13ee277d/lib/index.js#L30 why user can't import them from entry point directly? 0_o
Ah, just never mind, it doesn't really matter. I think i could remove this :)
~~There is no need for that. Just use this line of code:~~ ```ts process.noAsar = true; ``` Don't use it. It obviously breaks support for app.asar (when its running in...
Hey, @felipecaputo! I implemented it some time ago in [GitHub Manager](https://marketplace.visualstudio.com/items?itemName=zardoy.github-manager), so wanna give some considerations: - let user clone into default dir (AFAIK builtin clone command **always** shows directory...
> Maybe we can use the base projects directories as a list of where to clone, since usually this config value have the folders that we usually clone projects Yeah,...
@Ivansek I'm looking forward to it! I would help you with fixing some translations in Russian.
@sheremet-va thanks! I'll take into whats happened with previous regexp. BUT why does Vitest tell me that snapshot was successfully updated, when it wasn't? Isn't that misleading? I was already...
> Changing that core behavior to start using full source code file is the way to go but that's a huge change Hey, @ipatalas ! I just took a look...