Maksym Ochenashko

Results 135 comments of Maksym Ochenashko

Hm, I never thought of this option, thanks for the suggestion! The approach covers almost all cases. Here is the `package.proto` that I use: ```proto syntax = "proto3"; package opentelemetry.proto;...

@LeeTibbert I re-ran skunk tests locally (this branch https://github.com/typelevel/skunk/pull/1192). - 0.5.8 - fails due to NPE in ConcurrentHashMap - 0.5.9 - fails due to NPE in ConcurrentHashMap - 0.5.10-20251019-e4adc94-SNAPSHOT -...

This change made the snippet compile: ```diff - inline given instance[A](using m: Mirror.ProductOf[A]): Show[A] = { + inline given instance[A](using inline m: Mirror.ProductOf[A]): Show[A] = { ``` It may be...

```bash docker run --rm openjdk:25-oracle bash -c 'echo "public class Main { public static void main(String[] args) { Thread t = Thread.currentThread(); System.out.println(\"ID: \" + t.getId()); System.out.println(\"Name: \" + t.getName());...

That would be neat!