Kasper Kondzielski

Results 121 issues of Kasper Kondzielski

Hi, I noticed that no matter what I set in my local nix configuration `nvidia-offload` command is always available. I am not sure if the issue is limited only to...

If user has multiple keys and the imported one isn't the default one (which is often the case in my opinion) the signing process will failed with not very helpful...

help wanted

**Version**: 3.9.0 **Module**: `quill-jdbc-zio` **Database**: `mysql` Givne the following test: ```scala testM("should not allow to insert two people with the same id") { val repository = new PersonRepository.Live val batchInsert...

Hi, We noticed that there is a difference in how headers are parsed depending on how multiple headers are passed. It is ok if they are passed separately: ```sh $...

waiting for: https://github.com/scala/scala3/pull/19780 For now this will only work for scala3 as scala2 does not emit errorCodes. Regex based support for this feature in scala2 will be added as a...

### Describe the bug Given the following java code: ```java package com.example; import hello.Foo; public class Builder { static void instance() { } void build() { String baz = Foo.baz();...

bug
java support

### Describe the bug Given a following scala code: ```scala package hello class Foo { def bar(): String = "bar" } object Foo { def baz = "SSSS" } ```...

improvement
java support

### Describe the bug given following java file: ```java package com.example; import java.util.List; public class Service { public static String hello(){ return "hello"; } public String nonStaticHello(){ return "nonStatic"; }...

improvement
java support

### Describe the bug This is quite a complex issue, my apologies for a lengthy description. I am not submitting it as multiple issues because they are problematic only when...

Hi, I am not sure whether it is a bug, but for sure it's quite a surprising behavior. There is an option in the configuration called `Configuration.default.withDefaults` which allows for...