Shannon

Results 37 issues of Shannon

GoReportCard's github is reporting the following: Go 1.18 generics is not working in gofmt or golint golint has been deprecated and is not likely to be fixed.

help wanted

Hero currently processes all of the files in a directory. Pure html files are compiled to blank .go files, and parent files are compiled just to a package name and...

Your documentation says that it defaults to "template" for the package name. It should default to the name of the destination directory.

I would like to use Mustache like syntax for hero, as many editors of html understand it and help it. I am requesting that there be some way to specify...

Steps to reproduce: 1) Create a new directory 2) Create a valid hero file 3) Create an invalid go file 4) Run hero against just the hero file Result: Vet...

If I use , hero completes without errors, but produces no output.

If I create a directory of template files and non-template files, and use hero on that directory, I get a panic. Hero should just look at "html" files, and have...

`bluemonday.StrictPolicy().Sanitize("a

http://www.php-fig.org/psr/psr-16/ implements a common interface for caches. One requirement is that a cache that implements the interface must be able to support a 64-byte key. I am not sure why...

The `delete` and `deleteAll` functions are not in the abstract class for CookeJar, so they cannot be called from a `new CookieJar()` instance. i.e., this does not work: ```dart var...