Zack Bloom

Results 11 comments of Zack Bloom

I don't think you need much help from me, this looks like great work. Thank you for catching and fixing my mistakes! There's currently work being done to find the...

Yep, just add a transition to the CSS. Something like this: ``` css html::after { content: ''; position: fixed; left: 0; right: 0; bottom: 0; top: 0; background-color: #fff; display:...

`go env -w GO111MODULE=off` fixes this for the moment, but the package maintainer really should run `go mod init`.

I believe I made all the changes. It was interesting getting a chance to work with someone else's coding style.

Hi @JSMike, thanks for the PR, please see the inline comments.

A trip down memory lane! hsdoc, as you can imagine, is a build tool on top of (I think?) grunt. Can we just change the domain in the built files...

I wish I knew the answer, but I don't even have a copy of the hsdoc source anymore. The smart thing would probably be to port it to a more...

One way of handling this would be to position the tether relative to an invisible element you place over the selected area of text. On Wed, Oct 28, 2015 at...

Any chance this fix could get merged? Thank you for looking!