Pallav Jha
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
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...
Hi, I wanted to know if overview of a buffer is supported by `LSP` or `vim-lsc`. For example,  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`.