Josh Tynjala

Results 511 comments of Josh Tynjala

I have no plans to allow doc comments to be parsed as Markdown instead of HTML in vscode-as3mxml. If the Harman's AIR SDK or Apache Royale were to add a...

The selection API in `TextInput` is actually modeled on `StageText`, which also doesn't have a `caretIndex` property. However, that's because `selectionActiveIndex` is always equal to `caretIndex`. So if you want...

An Ant install script must be run after you download the Feathers SDK. It installs some dependencies that cannot be distributed with the SDK. I don't think that there's a...

This should do the trick: ``` triggered="buttonGroup_triggeredHandler(event, event.data)" ```

Still, though, you got me thinking that it might be a good idea to have a second implicit parameter with MXML events. Just like you can reference an `event` parameter,...

That's awesome! I'm glad that Feathers is really working well for you, especially with the SDK. 2.3 is right around the corner, and I added a ton of unit tests...

I'm planning to promote the transpiler from FlexJS in a big way in the coming months, after FlexJS 0.5 is released. Utilities, tutorials, etc. I hope you'll use some of...

Confirmed that setting `npmRebuild` to `false` works for my project, but I suspect it is not a universal workaround. It looks like this code is where the _installing production dependencies_...

It's quite possible that I didn't test <fx:Component> in IntelliJ. I did most of my testing in Flash Builder because, for the longest time, I wasn't sure how to make...

IntelliJ is usually my main environment for most things, but I had to stick with Flash Builder until I could clear up that issue I mentioned above. I imported my...