Vladimir Ulyanov

Results 21 comments of Vladimir Ulyanov

Does it mean, that this package will be deprecated soon?

Did anything happens last 1.5 year?

Is it possible to control order between commands and scripts? Like - command_1, script_1, command_2 Piped example shows only order between commands.

I can try to suggest a quick solution, for your issue: 1) as a first command you can stash unstaged changes for all files, which have in "staged_files" (via git...

Hello. I have found a related issue for the WSL: https://github.com/Microsoft/WSL/issues/3652 Seems like the simplest way is to notify users, that lefthook requires WSL with windows 18305 or greater. Also,...

Actually, the problem is not inside PowerShell. Problem is in the WSL (it the closest to the linux). Powershell can be used as a workaround (because it is possible to...

WSL - Windows Subsystem for Linux, it is a Linux core inside windows. On 16XXX version it is the only ubuntu-based system available.

@DerekNonGeneric do you have an option to update your windows to the latest version and check if it works? Seems like the problem was solved in future WSL releases.

Can you describe what is the difference between your approach and "git add {staged_files}", please? How do you achieve the passing of partially staged content to the linter-formatter, and how...