Sam Gammon

Results 144 comments of Sam Gammon

@sandwwraith okay, i've tracked it down a bit more. after removing `builtin` from the `@Schema` annotation, the error cleared up: ```kotlin @OptIn(ExperimentalSerializationApi::class) @MetaSerializable @MustBeDocumented @Target(AnnotationTarget.CLASS) annotation class Schema( val name:...

i see what seems like a flaky test locally (unrelated), and i'm unclear about how i might reach into the `HtmlWebpackPlugin` to test some of these options, so i left...

i should also say, @MarshallOfSound, i have some background material on the linked issue, #2698. the alternatives listed there were considered but imagined to be suboptimal. thank you for all...

@jasonsaayman unable to assign, but early feedback would be welcome (along with a CI run). i'm going to keep adding tests etc. and refining the implementation with an eye toward...

this is embarrassing and sad

@whyoleg > BTW, even if protobuf doesn't support comments in messages do you mean at runtime? protobuf does support comments in messages. actually this is my use case for finding...

i wonder, though, if it is possible to do make this happen without a dedicated annotation. does the compiler plugin support comments? could it just take the native Kotlin comment...

I also wanted to say, I did my best to follow along with #1 and the other existing issues, but I found trouble understanding them or applying them to my...

@niloc132 i've also tried injecting the value via a Closure JS file with a `@define`/`goog.define` pair, which i then consume via that symbol in J2CL. and it still does not...