Jake Wharton

Results 1657 comments of Jake Wharton

Maybe eventually, but it's not a priority or focus right now. Some things are fairly optimized already (the protocol), and some things are not. We don't have the time to...

UAST would also give us default expressions without requiring an annotation

We could also theoretically use the new FIR of the compiler.

UAST bootstrap can now be copied from the lint support.

I have parsing somewhat working using PSI. The biggest problem I foresee is that we currently parse the schema in multiple places with reflection and we do that by consuming...

The only interesting thing from this migration is how to handle the default expression change. For the first implementation we will respect the `@Default` annotation and ignore the default expression....

Need to switch JSON generation task to be added as a resource-generating task once this is complete. Currently we pack it into the jar which doesn't always work.

Android ones are now blocked on an Okio release. iOS is not. We also need to do the work to display a Snackbar (or whatever) when the server is disconnected...

Code for dynamically creating assets: https://github.com/android/gradle-recipes/blob/0db8094e5a1a9661f61958db85380320157f5050/Kotlin/addCustomAsset/app/build.gradle.kts We also need to get the presenter-treehouse module publishing the JS as an artifact that we can depend on from another project.

We probably also want the ability to maintain a branch with changes for these versions.