Paul Smith
Paul Smith
Yep, thank you! Should be soon …
No, but working on it. Hopefully in the next week.
I'm happy to close this out now to help clear the decks and re-PR after there is a URL to point to if you like.
I can't recreate this, though I only have go 1.4 and the development version (pre-1.5) installed at the moment. Looks like it might be a race condition with the finalizers...
And now I am able to recreate it using the `-race` flag.
Correct, it's intended to prevent accidental behavior such as a file generated from a previous run causing a Go compilation error. What are the better approaches? - Build to a...
I actually initially started with `@` as the transition character. It was fine, but when I realized it needed to be escaped for email addresses, I wondered if there was...
Some feedback from non-US audiences is that the `^` is not very accessible on their keyboards, for [example](https://news.ycombinator.com/item?id=34247573): > I’m Finnish. The caret is not always easy to type in...
@d33tah Unlikely, Pushup radically redesigned - the non-enclosing nature of the transition symbol is pretty core to the current syntax. I think I am leaning `@` at the moment, as...
List of void elements: https://html.spec.whatwg.org/multipage/syntax.html#void-elements [area](https://html.spec.whatwg.org/multipage/image-maps.html#the-area-element), [base](https://html.spec.whatwg.org/multipage/semantics.html#the-base-element), [br](https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-br-element), [col](https://html.spec.whatwg.org/multipage/tables.html#the-col-element), [embed](https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element), [hr](https://html.spec.whatwg.org/multipage/grouping-content.html#the-hr-element), [img](https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element), [input](https://html.spec.whatwg.org/multipage/input.html#the-input-element), [link](https://html.spec.whatwg.org/multipage/semantics.html#the-link-element), [meta](https://html.spec.whatwg.org/multipage/semantics.html#the-meta-element), [source](https://html.spec.whatwg.org/multipage/embedded-content.html#the-source-element), [track](https://html.spec.whatwg.org/multipage/media.html#the-track-element), [wbr](https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-wbr-element)