Ian Izaguirre

Results 4 issues of Ian Izaguirre

I am trying to install it via VSCode Marketplace, and when I click install I get a notification saying: `Failed to install 'pomber.git-file-history'.`

In the Docs, you have an example that has a port on a url and then when you wrap the url with "normalizeUrl" the port is no longer included: When...

enhancement
help wanted

**Feature added:** Removes a port number corresponding to the protocol part of a url, excluding a default port number e.g., 80 for http, and 443 for https. Relevant link: https://github.com/sindresorhus/normalize-url/issues/171#issuecomment-1235850295

Hi, I am learning redux, and looking at how you structured your project, as I am trying to understand different ways people of structured there redux files. The way I...