Aleksey Fomkin

Results 22 comments of Aleksey Fomkin

This feature require some research. I heard it's possible, but I don't know it can be done without AIR SDK repacking.

Actually I don't think that this plugin is a tool suitable to preparing debug packages. This is job of IDE. I will approve patch if you make it.

> Any progress here? No, but you can try [http4s-servlet](https://medium.com/@takezoe/http4s-on-the-servlet-container-436dba2f142e) using [korolev-http4s](https://fomkin.org/korolev/user-guide.html#_http4s) interop. > Or just provide a simple tutorial about how to implement custom server for korolev You can...

You right, Levsha is not thread safe, but there is a lock to Korolev level. I should check.

You offer is appropriate. Korolev will never depend on cats or scalaz directly beacuse of zero dependencies policy. However we can add your Kleisli-router to cats-effects-support module. New release is...

@Tvaroh Since Korolev's internals were implemented to Streams it possible to make event handling sequential. We just need to rewrite [this code](https://github.com/fomkin/korolev/blob/master/modules/korolev/src/main/scala/korolev/internal/ComponentInstance.scala#L294) without `.runAsyncForget `. However a I can't understand...

Requirements: 1. It should be lightweight. 1 Kb is top limit 2. Allow to define custom elements 3. Interop using DOM and events 4. No additional Scala code to write

@s0kil Interesting. I've know about Svelte and know the the project philosofy is close to Korolev but I thought it locked up inside. I mean it's not confirm third requirement...