Vladyslav Pekker

Results 10 issues of Vladyslav Pekker

### Describe the bug ```scala trait Foo: // goto implementation does NOT find anonymous class new Foo def foo: String // goto implementation DOES find the method implementation inside of...

Scala 3
semanticdb
fixed-upstream

Hi, sorry this might be a question related to sublime itself, but I can't seem to find a way to disable the closing of the panel every time I press...

Hi, I have a g8 template which also contains scaffolds so I have `src/main/g8` as well as `src/main/scaffolds`. Is it possible to access template fields defined in `src/main/g8/default.properties` from my...

Enhancement

Hi I don't know how to explain it in short and I'm also not sure whether it's a Scala3 issue. I reproduced it with the [scala-cli](https://scala-cli.virtuslab.org/). If you have it...

## steps Given a hello world application that reads out an environment variable and prints it out: ```scala @main def Main(args: String*): Unit = println(System.getenv("FOO")) ``` Then run: ```bash FOO=BAR...

Bug
area/sbtn

Even if I run `cs install ammonite:latest.stable` every time I run `cs update` to update all of my apps it falls back to `latest.release` configured [here](https://github.com/coursier/apps/blob/master/apps/resources/ammonite.json#L7) and updates ammonite to...

**Describe the bug** I configured git to automatically sign commits with an ssh key and it works like a charm with git, but fails with cog. **To Reproduce** ```bash cog...

bug

**Describe the bug** `gum confirm --timeout` has been broken for many versions. It was recently fixed in https://github.com/charmbracelet/gum/pull/697 so it works in the sense that `confirm` does time out but...

**Version**: `4.8.5` **Module**: `quill-jdbc-zio` **Database**: `postgres` ### Expected behavior ```sql ... ON CONFLICT (foo) DO UPDATE SET a_b = EXCLUDED.a_b ... ``` ### Actual behavior ```sql ... ON CONFLICT (foo)...

### Describe the bug Indexing of a `hello-world` project takes 3 seconds on Java 21, but 3 minutes on Java 25, but only on my m2 mac. No issues on...

needs more information