Galvin Li

Results 9 issues of Galvin Li

PR for https://github.com/Requarks/wiki/issues/2797 This need to restart node to make it work. The hint should include this. But I don't know how to combine with the locale files. So I...

under review

If anyone think it should re-write to a swift version, please leave a comment to tell me. If this implement in swift, there are two plan: 1. Just a swift...

fix a observer leak if the developer set the show status to YES before add the handler.

For the current version(3.0-alpha.8), if the view use some LocalizedKeyString but can't find the value for it, the whole page break with error missingKeys or missingTables. I thought a string...

localization
needs investigation
v3

to fix https://github.com/swiftwasm/WebAPIKit/issues/49 I don't really figure out how the mixins works. So I add an workaround to fix this issue.

`extension HTMLElement: ElementCSSInlineStyle {}` should be add to the library. Now the ElementCSSInlineStyle is almost useless.

fix https://github.com/swiftwasm/WebAPIKit/issues/48 I check all type that return Self, only five of them need to update. One in WebAudio already updated at patch before. This pr update the other four.

The `appendChild(node: Node)` for `Node` return type should be same as the child, not the parent. Now if you use the div element to add a span, it would cause...

I want to use custom elements. https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_custom_elements Is there any way to do this? If the WebAPIKit not support this yet, is there any way to do this with JavascriptKit?