Raman Gupta

Results 219 comments of Raman Gupta

Same thing happens on the server-side when a client disconnects.

Registering serializers / serializer modules with kotlinx-serialization also relies on functions that are not specific to the client instance.

Any official news on progress towards a query builder? @christian-lechner 's repo has not been updated in 7 months, which is either a very good thing, or a very bad...

One thing the rethinkdb guys did was generate a good portion of their client driver code from the query language definition. It seemed to work quite well, as their Java...

Agreed, the async driver isn't really async. Its an async API on top of a synchronous driver.

Same thing happens in at least a couple more cases: * a function returns `Unit` * an interface is used as a return value, but it has no implementations The...

I haven't attempted to get GraalVM working yet myself, but I wanted to register my interest in this issue. I am hoping GraalVM will help work around the slow startup...

See https://github.com/popomore/github-labels/pull/37