Kasper Kondzielski

Results 121 issues of Kasper Kondzielski

Hi, I tried to set this up on my ubuntu with home-manager from nix. I have fzf installed and `tmux` is able to see it: ``` tmux run-shell 'command -v...

I think that this piece of information is very crucial since value classes are native for scala. I know that there is this issue https://github.com/estatico/scala-newtype/issues/42 but I would expect to...

Preliminary roadmap: - [x] a most basic interpreter, without any special capabilities (such as WebSockets or streaming), passing only the basic testsuite. The supported effect type is `scala.concurrent.Future`. - [x]...

server
Netty

Hi, I am using pureconfig with helm, binding the particular keys through environment variables. I used to have an entry like that: ``` entry { field1 : "string", field1 :...

## Description Kitty terminal can be extended by so called kittens. They are just terminal programs written in Python which have to be placed in kitty configuration directory. It would...

feature request
status: stale

Hi, I needed such operator today and as it wasn't trivial to write it, so I decided to commit it back to the fs2 repository.

Hi, When trying to update magnolia to 1.1.4 in diffx I got the following error: ``` [info] compiling 9 Scala sources to /home/runner/work/diffx/diffx/core/target/js-3/test-classes ... [error] -- Error: /home/runner/work/diffx/diffx/core/src/test/scala/com/softwaremill/diffx/test/DiffSemiautoTest.scala:42:49 [error] 42...

Hi, ``` case class F1(data: Option[F1]) val endpoint_wit_recursive_structure: Endpoint[Unit, Unit, Unit, Option[F1], Any] = endpoint.out(jsonBody[Option[F1]]) ``` Above code fails to properly derive `Schema` typeclass for tapir using instead a default...

This PR apart from adding integration with sourcegraph also unifies how java is being set. The unification part can be revert or done otherwise if desired. `actions/setup-java@v1` supports only one...

Hi, I am struggling with the migration of diffx to scala3, especially with the derivation mechanism. I did a quick check and it seems that changing the `Eq` tc from...

scala3