Sam Gammon

Results 352 comments of Sam Gammon

in progress in #5146, dupe of #1219

@felixscheinost cc @fmcarvalho thanks to Kotlin extension functions, this is actually possible without a lib update. here is how i solved this in my framework, [`elide`](https://github.com/elide-dev/v3): first, [add your own...

Hey @erkieh, I am not a Micronaut project contributor, but I can probably still help you out with this. GraalVM performs class initialization at either build time or run time....

@binkley > I'd love contributions! I'm behind on keeping this repo refreshed Okay! No worries. Maybe I can find some places to add value in addition to build caching. We...

@binkley Pricing is only for the cloud side of the cache; the local caching agent is fully free and OSS. We will be releasing a free-forever plan soon specifically designed...

I should also say: public read projects are cool because it means when _you_ compile code on this project, _I_ can re-use the cache without even so much as an...

@Yannic my vote would be yes. I just tried to get `protoc-gen-doc` to work with `rules_proto`, to accomplish this very feature, but I've been unable to figure out how to...

@goneall Okay. No worries. I'll see what I can do.

@StephenFlavin / @debora-ito arrived here looking for this feature in the sdk; if you need a user to build and test let me know (i may anyway)

i just wanted to second this issue. in my case, i don't need any Nashorn compatibility outside of annotating Kotlin getters/setters with `HostAccess.Export`. ```kotlin data class Example( @get:HostAccess.Export val readOnly:...