Aleksey Fomkin

Results 32 issues of Aleksey Fomkin

0.9.0 release is compiled with JDK 13. It's lead to same errors as described here https://github.com/eclipse/jetty.project/issues/3244

bug

```scala if (conf) disabled else void ``` ```scala state.tab match { case blog: Blog => blogView(blog) case about: About => p(about.text) } ```

bug

Do you have any plans to add Scala 2.12 support?

I wonder why shapeless is so monolithic? For example, `tag` can be isolated in a separate module, without dependencies.

Design/refactoring

Hi, guys! I want add this feature to your project. That is my plan: 1. Add `multipart/form-data` codec to [headers package](https://github.com/Spinoco/protocol/tree/master/http/src/main/scala/spinoco/protocol/http/header) 2. Add `FormData` type and codec to [http protocol...

It will be cool to use ScalaCSS in compile time. For example I have an Scala.js module named `my-super-components`. I have creating a set of applications using this module. Sometimes...

help wanted
later
maybe

Trying to switch to 0.13.0, but can't find how to enable WebSockets.

I trying to use 0.12.4 as it shown in examples. Everything works fine while I sending request without body. When body isn't empty, it even do not enter to the...

План: 1. Пандоком (его ведь можно подключать как библиотеку?) разбираю получившийся маркдаун на AST. Почему это нужно: хочется расставлять переносы только в тексте и не расставлять в примерах. 2. Подключаю...

in progress

The are some places where you can use lenses in Korolev. Scopes, transition with lenses (introduced in 1.5.0). Korolev's lenses are weak and inconvenient. The idea is to add interop...