Gunnar Lilleaasen

Results 15 issues of Gunnar Lilleaasen

Currently when using Alpine, when doing `cs java-home --jvm liberica:17` coursier will resolve the OS id to `linux` instead of `linux-musl`, which means there is no way to use `java-home`...

high priority

The scala configuration in the project files generated by `mill mill.contrib.Bloop/install` is invalid when `dotty-compiler` is being used instead of `scala-compiler`. This is caused by the fact that `BloopImpl` generates...

contrib

```scala trait VersionFileModule extends Module { /** The file containing the current version. */ def versionFile: define.Source = T.source(millSourcePath / "version") /** The current version. */ def currentVersion: T[Version] =...

There is currently a bug in the lazy initializations of the aliases. What happens is that in our test spec, we have some tests that uses `typecheck` from `AnalysisMatchers`. This...

It would be nice if with some built-in easy way to encode form data when using the `Client` to send requests, as you'll often want to post to some service...

enhancement
client

As seen in the Scastie below, the compiler fails to summon an instance of `Applicative` for `ZIO[Any, E, *]`, while it can do it for `ZIO[Any, Throwable, *]`: https://scastie.scala-lang.org/jKTDL41xRp6XgCBhhJsbxw Think...

Currently, when you try to either derive `Encoder[List[A]]` directly (by `deriveEncoder[List[A]]`) or indirectly (by deriving for a type that contains a `List[A]`) with semiauto and there doesn't exist an `Encoder[A]`,...

The applications do not scale well with HiDPI on Windows 10. Dialogs become unusable because they are not large enough for the content and cannot be resized. I can "fix"...

enhancement
refactoring

Is it possible to use the Mica material with this crate?