Dmitri Shuralyov

Results 869 comments of Dmitri Shuralyov

I need to think about this before I can commit to using tags (and maintaining them for years to come). I currently only support the latest version of all my...

Hey Quinn, thanks for the PR! Good news, this change is very much in scope for this package. The reason it exists is to add gzip-compression behavior to `http.FileServer`, but...

> I personally think it introduces an additional security concern and should be off by default (everywhere, even Apache httpd, etc.) Fair enough. Just checking, but what did you think...

Your observations make sense. There's probably some room for improvement. The current algorithm is very simple and consistent. It'll take some thinking to come up with something better.

The way `markdownfmt` is implemented is that it parses a Markdown document (currently, using blackfriday v1) and then prints back a pretty-printed version of said markdown document. There are multiple...

@sirnewton01 Accepting configuration is not in scope of this `markdownfmt` project. To customize preferred styles, I would recommend forking and either customizing the fork to your specific needs, or trying...

Hi @jlevy, Thanks for the issue. This is a valid point for discussion. I should first say that I'm aware of the smarty-pants option that blackfriday offers, but so far,...

> people using markdownfmt are looking for a markdown-tidy tool to keep their markdown source files clean I've touched on that point in https://github.com/shurcooL/markdownfmt/issues/34#issuecomment-269025427, so I won't repeat that here....

A general solution would be to get rid of the `-d` flag when executing `go get -u -d some/package/...`. But I'm worried that might install too many unwanted binaries into...

By the way, until this issue is closed, updating Go Package Store manually is as easy as: `go get -u github.com/shurcooL/Go-Package-Store`