guepjo

Results 2 issues of guepjo

## Issue Right now, when users use `CheckAddr` by passing in a hostname, the address is resolved using `net.ResolveTCPAddr("tcp", addr)`. Unfortunately, this returns an Ipv4 address even in cases when...

help wanted

## Summary I am running into an error when trying to use this library ``` js import ReactDiffViewer from "react-diff-viewer-continued"; export const DiffExpandView = () => { return ( );...

bug