Pratik Chowdhury

Results 17 issues of Pratik Chowdhury

> Note: this project, and the python re-write, should now be considered abandoned. Please use it as you see fit. https://docs.github.com/en/repositories/archiving-a-github-repository/archiving-repositories

As of https://github.com/request/request/issues/3142, the Request Library and Request-Promise library on which Node-Vault depend, have both been deprecated As such, I believe that, we must replace Request with another library The...

1. Maintained fork of Request 2. Easiest to switch to 3. No support for request-promise-native so we had to build our own Need to discuss how to best handle what...

## Update dependencies 1. Istanbul has changed to NYC and the corresponding changes 2. Update ESLint which led to configuration changes and requirements to fix the code in most files...

As is well known, the [Request library has been deprecated](https://github.com/request/request/issues/3142). As such, we need to replace Request with another. A popular replacement is [Axios](https://github.com/axios/axios) I have worked to ensure compatibility...

Current behaviour is to save at ~/.config/scoop/config.json. Could we add an optional behaviour that if a user creates a config.json file in the root directory, then Scoop would prioritise that...

enhancement

In scoop-status.ps1, we are using scoop config SCOOP_BRANCH to get the Scoop branch but if the Scoop branch is not set, then this causes issues. https://github.com/ScoopInstaller/Scoop/blob/master/libexec/scoop-status.ps1#L20 Would it be possible...

enhancement

https://github.com/ScoopInstaller/Scoop/blob/master/libexec/scoop-status.ps1#L20 Probably due to this scoop update is able to handle this via https://github.com/ScoopInstaller/Scoop/blob/master/libexec/scoop-update.ps1#L47 Is this something Scoop should support?

bug

https://github.com/git-for-windows/git/releases Git for Windows now also distributes MinGit where they reduce some of the bloatware Git has It would be nice to see MinGit mentioned here https://git-scm.com/download/win [An article on...

It's obvious that `a == 0 ? false : true` is same as `a != 0` Also a != 0 looks more clear as a Return Type to a bool...