Gopal S Akshintala

Results 9 comments of Gopal S Akshintala

I have a mix of Kotlin and Java. Immutables works perfectly with `kapt` (although I had to recompile the class with Immutable annotations every time, I make a change). But...

Thanks @elucash. I did try that as well having lombok as annotation processor, but somehow I could not get the sequencing of Immutables and Lombok right. Thanks for Immutables. It's...

@iamstolis Thanks for responding. I don't have such requirement to load them eagerly, is there a work around I can follow to get this resolved?

@iamstolis There is another problem if I remove the `uuid:uuid-browser` mapping. `crypto` is not being replaced appropriately. Here is the exception I get without `uuid` replacement: ``` Exception in thread...

@iamstolis I also tried using this replacement `crypto:crypto-browserify`, but I get this exception at the line `module.exports = require('crypto').randomBytes`. I see the same issue with `crypto` replacement not being proper....

@eleinadani Please do let me know if you need me to create a separate issue regarding the `crypto` replacement bug (If you see it's a bug). Also, may I please...

@ZacSweers this is the only stacktrace I find, even with running the test with `--stacktrace`. Is there anyway I can debug the plugin code? ``` e: file:///Users/gopala.akshintala/code-clones/my-github/my-lab/moshi/src/test/kotlin/ga/overfullstack/adapter/MessageTest.kt:32:3 Fallback adapter type's...

Ah! I see, thanks for answering and sorry for not going deep into the documentation. May I ask if you have anything in the backlog for the requirement I have,...