Matthias Watermann

Results 20 comments of Matthias Watermann

@bttk > ``` > replace gopkg.in/russross/blackfriday.v2 => github.com/russross/blackfriday/v2 v2.0.1 > ``` Thank you! You just made my day! I've spent hours because of this: go: gopkg.in/russross/[email protected]: go.mod has non-....v2 module...

@tbarbugli > I am having a similar issue, what was your remediation? In `go.mod` this: require ( // … gopkg.in/russross/blackfriday.v2 v2.0.1 ) replace gopkg.in/russross/blackfriday.v2 => github.com/russross/blackfriday/v2 v2.0.1 Hope it helps.

@Mote-Z > [...] > i got this message > `go: github.com/russross/blackfriday/[email protected] used for two different module paths (github.com/russross/blackfriday/v2 and gopkg.in/russross/blackfriday.v2)` > anything wrong? Did you check your source files to...

I just added another line in `go.mod` after the `require` section: require gopkg.in/russross/blackfriday.v2 v2.0.1 replace gopkg.in/russross/blackfriday.v2 => github.com/russross/blackfriday/v2 v2.0.1

> [...] > go modules are a small disaster. Small correction: improper use of go modules (as `blackfriday` does: [Issue 500](https://github.com/russross/blackfriday/issues/500) ) can cause small desasters. See: [Using Go Modules](https://blog.golang.org/using-go-modules)

> `This is rendered '[correctly](#)'.` > > `This is '[rendered](#)': incorrectly.` Hmm, @tf3, with my system both are correct `(6…9)`. My setup looks like this: extensions := bf.WithExtensions( bf.Autolink |...

> ``` > testing footnotes.¹ > ``` > > …since this is the _actual_ Unicode character we're all trying to emulate with `1` anyway. Are there matching UNICODE characters for...

> ok rpm version of `prelockd` autostart without a problem. so perhaps the issue is with `make install` ? Did you do a ´diff´ between the RPM's installed files and...

Why not simply use your browser's bookmark feature?