Pallav Jha

Results 9 issues of Pallav Jha

This PR adds the feature of executing a job on nth Day of the Week. Now, the DoW spec can be of the form, `N#M` where N is the Day...

https://github.com/spf13/cobra/blob/master/bash_completions.md https://github.com/spf13/cobra/blob/master/shell_completions.md

enhancement

We should create shorthand for the configs so that users do not have to remember the full path. For example, Instead of always executing the following command with the path...

enhancement

Hi, I wanted to know if overview of a buffer is supported by `LSP` or `vim-lsc`. For example, ![image](https://user-images.githubusercontent.com/4998915/128338906-72ed4a28-272e-49d9-9925-841b4171916e.png) in this image a pop up opens that contains a list...

This PR adds the `go.mod` file with the module name as `github.com/Netflix/go-env`

Hello Folks! I wanted to know if there is a way to check multiple properties of the same error object. For example, ```js it('undefined params', function () { expect(() =>...

This PR migrates the repo from Dep to Go Modules. Fixes #4

This project currently uses Dep for dependency management and it can be updated to use `go mod`.