Peter Benjamin
Peter Benjamin
But, why not do something like this: ```js const myLongerNamedFunction = () => { // do something }; ``` I understand that functions declared with `function` keyword are hoisted during...
I definitely understand the argument that declaring functions with `function` is cleaner. And there are also times when you absolutely must declare functions with `function` keyword, (`this` is different in...
@styfle - thank you for sharing that SO question. I am familiar with the difference between a function expression and a function declaration. My original question was not to understand...
Hey @rShetty , I don't mind taking this issue on. I already implemented [something similar](https://github.com/petermbenjamin/awesome-podcasts/blob/master/main.go) on my repo, so I have some experience. I have some ideas about how I...
@rShetty - Sorry for the delay. I have a bit of a busy schedule for the foreseeable future. Someone else can pick this up.
I assume you were trying to install `go-plus`. I got a similar issue when I was installing `go-plus` and was able to resolve it by uninstalling the automatically-installed Go packages...
yes, you can "live reload" vim without restarting by running the command `:source $MYVIMRC` or shorthand `:so $MYVIMRC`. This works for both vim and neovim.
I've been busy at work and at home, but I will try to get to it this week.
> Presenting "the results of glab ci list as an interactive prompt when glab ci status and glab ci view are called without additional arguments" is something I'm hesitant to...
Have we determined if this micro-site going to live as a subdomain on cncf.io or on its own domain?