Harbs

Results 83 comments of Harbs

Related: I'm not sure that `trim()` is doing the right thing. `trim()` treats no-break spaces as a space character, while the ECMA spec seems to only consider regular spaces. I...

That was a decision we made to keep the JS as performant as possible.

After thinking about this some more: * It seems like instead of adding to `IStyleableObject`, we should add a new interface (`ICSSStyleable`) which inherits from `IStyleableObject`. * I'm not sure...

For browser apps, I'm pretty sure you can use BinaryUrlLoader for FTP (which uses XHR under the hood).

Round-tripping escaped strings correctly through Java is **hard**. @aharui @joshtynjala @greg-dove Can one of you take a look and comment?

Thanks for reporting this. We're looking into ASDocs. It looks like there's currently an issue with the generation that needs to be fixed.

I fixed an issue with the scripts for SparkRoyale yesterday. I have not had a chance yet to see if that fixes issues with compiling ASDocs, but it might. I'll...

Thanks. I'm not going to be available to continue this discussion for the next week plus. I'll try to come up with some suggestions then.

Sorry I forgot to look at this. Besides PAYG concerns, this does not look like it will work with minification without exports. I'll try to see what I can do...

Do you have a sample project for testing these changes that I can use for some refactoring?