Chris Kimpton

Results 23 comments of Chris Kimpton

I guess TestFlight is out of the question :P

Hi, Thanks for that - I am adding i18n, and I just noticed that they use double underscore too - so I will be changing my arguejs calls as you...

Hi, Thats right - my method is always called with the 3 params, like so: ``` get(item_info, lastModified, result_handler); ``` It seems this is not currently supported. Thanks, Chris

Sounds good to me :) Wasn't sure whether allowing optional fields in the middle of the method signature would cause other problems...

But doesn't it being optional mean that the function can handle that parameter not being passed (admittedly by not using it in the method call). So it would seem valid...

Thanks @dirb . Does it fix the example given in the problem? Could you add a similar test for that to the PR?

Had a go, and it works for Java files. https://github.com/kimptoc/blaze/commit/5e678850d1ac733709d3a448405b443a20072861 Trying to make it work for Kotlin now, but getting this error: ``` $ java -jar blaze-lite/target/blaze-lite-0.16.1-SNAPSHOT.jar examples/hello.kt [INFO] Resolving...