Nikola Kovacs

Results 45 comments of Nikola Kovacs

This plugin tries to find formatters and messages inside your js code. The main problem with angular is that you want to write the messages and the formatting code into...

I've set up travis on my repo, and it's panicking on go master: https://travis-ci.org/nkovacs/gophermail/jobs/74920350 Fixed, see #24

Note that [you have to import](https://github.com/GeertJohan/go.rice/blob/master/rice/find.go#L68) go.rice in the go file where the FindBox call is. @GeertJohan's workaround didn't work for me until I checked the source code and found...

virtualDir.readdir is also wrong. If n is

The reader (in mattes/migrate) wasn't implemented in the most robust way, and if it receives some bytes, it tries to read again, it doesn't check for the io.EOF error. The...