yishayw

Results 22 issues of yishayw

Steps to reproduce: - Start recording macro (qq) - Use auto completing (ctrl-space + some-keys arrow keys + enter) - Stop recording (q) - Replay macro Desired result: the result...

Feature Request

I'd like to use tscc tp generate some externs files from d.ts files, similar to what's found on the closure externs [repo](https://github.com/google/closure-compiler/tree/master/contrib/externs), using [definitely typed](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types) as input. Do you think...

Connection refused. I'm getting java.net.ConnectException: Connection refused: connect at java.net.DualStackPlainSocketImpl.connect0(Native Method) at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:79) at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at java.net.Socket.connect(Socket.java:538) at java.net.Socket.(Socket.java:434) at...

bug

In Flex ``` ; myXml.attribute("a")[0] = "2"; trace(myXml.toXMLString()); } ]]> ``` Traces `` But in Royale ``` ; myXml.attribute("a")[0] = "2"; trace(myXml.toXMLString()); } ]]> ``` Outputs ``

In this app ``` , ]; arr.sortOn(["@label"]); trace(((arr[0] as XML).@label).toString()); } ]]> ``` I would expect the trace output to be 'a' (as it is in Flex), but instead it...

In this app ``` ``` selected item shows as '[object Object]' instead of 'scp'

In this app ``` ``` bottomContainer height will remain 0. But if I initialize myContent with the values given in init() then it's height will be 200. It should not...

In this application ``` ``` where Collapsible Panel is ``` ``` And CollapsiblePanelSkin is ``` [HostComponent("components.CollapsiblePanel")] ``` The button should be spread to the width of the screen (as it...

Consider ``` ``` Where Test1.mxml is ``` ``` The debug version loads the module successfully but the release version will fail in run-time with `TypeError: this.createElement is not a function`

In this app ``` ``` Blue content should be visible after clicking button