Ian Izaguirre
Ian Izaguirre
Any updates on this because I can not find https://testing-library.com/docs/ in any doc sets ?
> Why would it remove `80`? The default port for **HTTPS** is 443. I think the existing behavior is correct. Hi, Thanks for your quick reply. hmm, well in my...
Nice, I can work on this task. Just to get some clarity before I make a pull request, when you said: > Removing port 80 from a HTTPS URL would...
ok sounds good. I will work on making a pull request for this
@sindresorhus Pull request has been created: https://github.com/sindresorhus/normalize-url/pull/174
@sindresorhus just following up
@Vladisvob Hello, Do you have the ability to merge this, or are we waiting for another review?
Example How I set it up: ```js function setGoogleAnalyticDimensions(userId) { ReactGA.set({dimension1: userId}); ReactGA.set({userId: userId}); ReactGA.pageview(window.location.pathname); } ```
@markboyessmith I figured it out. I added this to my nwb webpack rules: ``` rules: { sass: { loader: "sass-loader", // Prefer `dart-sass` implementation: require("sass"), }, }, ``` and installed...
@tlindsay This is a common problem that only occurs when you Link, it does not occur if the package is published. The solution to solve this "linking" issue, is to...