Sergey

Results 32 comments of Sergey

I implemented my own wrapper. The biggest problem was to emulate `spread` operator. I solved it this way: ```kotlin external interface RegisterReturn { var onChange: FormEventHandler var onBlur: FocusEventHandler var...

> > We have plans for react hook form or @tanstack/react-form? > > Unfortunately no :( We checked both. They are very TS/JS-oriented. As result - it's hard to provide...

Hi! It has stars and even supported by JetBrains. But you're right: no any open source project uses it, yet.

Hello @terrakok! The Ktor Simple Cache Plugin is added on official [Ktor Project Generator](https://start.ktor.io/#/settings). Of course, it is published on Maven. However, it has only 5 stars so far. Is...

Ktor server supports only `JVM` and `Nix` so far. Does it make sense to use exactly `multiplatform` plugin to be into the repo? If so - what is my next...

I made `Simple-Cache` as multiplatform library

> As mentioned, I am no authority on that, but in my opinion, a project built with the multiplatform plugin and only providing the JVM target still just equals the...

@domgew, please check [this PR](https://github.com/Scogun/ktor-simple-cache/pull/12). As you can see, I did a really small changes to add additional targets.

Hello @AAkira ! Ktor-Simple-Cache **is** a multiplatform library. As well as Memory-Cache provider. I faced problems only with Redis-Cache provider. It's only JVM so far. However, if you still insist,...