Dmitri Shuralyov
Dmitri Shuralyov
I thought `Keyer` is an optional enhancement for optimization, but it shouldn't be neccessary for correctness. Is that not the case?
> Should `Namespace(...)` be used for the `xmlns` attribute? When `vecty.Namespace` is used, it results in vecty using [`document.createElementNS`](https://developer.mozilla.org/en-US/docs/Web/API/Document/createElementNS) instead of [`document.createElement`](https://developer.mozilla.org/en-US/docs/Web/API/Document/createElement). See: https://github.com/gopherjs/vecty/blob/19a11ec3acc3ae6c2e095b1ace2b7134c5f28c10/dom.go#L173-L176  Maybe it's worth trying to...
I tried what I mentioned above, no effect. I found a fix though. It's to set `vecty.Namespace` in the `path` element as well: ```Go vecty.Tag( "svg", vecty.Markup( vecty.Namespace("http://www.w3.org/2000/svg"), vecty.Attribute("width", "14"),...
/cc @albrow who created go-humble/router, FYI, your project was mentioned here.
That MDN experience sounds awful. It's not acceptable to revert a reasonable change without giving a reason/rationale, much less so doing without any contact information or due process. I'll definitely...
If not WebIDL, what do browsers use as reference to implement these things?
Relevant news: https://blogs.windows.com/msedgedev/2017/10/18/documenting-web-together-mdn-web-docs/. /cc @slimsag Hopefully the consolidation results in improvements to quality and consistency of Web docs.
Perhaps worth noting, something I want to find a chance to force myself to do is rewrite the `vfsgen` README significantly. Right now, it reads from lowest-level usage details at...
This sounds like a change that you should defer doing until the very moment you actually need this. Doing it sooner has no benefits IMO, but has downsides in that...
(@hajimehoshi If you want to CC me, my GitHub username is @dmitshur [as of July 2018](https://twitter.com/dmitshur/status/1021266582834634752).)